ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change
on this file since 02e9ae2 was
51b7345,
checked in by Peter A. Buhr <pabuhr@…>, 10 years ago
|
initial commit
|
-
Property mode set to
100644
|
File size:
283 bytes
|
Line | |
---|
1 | #ifndef GENERATE_H |
---|
2 | #define GENERATE_H |
---|
3 | |
---|
4 | #include <list> |
---|
5 | #include <iostream> |
---|
6 | |
---|
7 | #include "SynTree/SynTree.h" |
---|
8 | |
---|
9 | namespace CodeGen { |
---|
10 | |
---|
11 | void generate( std::list< Declaration* > translationUnit, std::ostream &os, bool doIntrinsics ); |
---|
12 | |
---|
13 | } // namespace CodeGen |
---|
14 | |
---|
15 | #endif /* #ifndef GENERATE_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.