diff options
Diffstat (limited to 'src/parse.h')
| -rw-r--r-- | src/parse.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h new file mode 100644 index 0000000..fe67b75 --- /dev/null +++ b/src/parse.h @@ -0,0 +1,10 @@ +#ifndef DUCC_PARSE_H +#define DUCC_PARSE_H + +#include "ast.h" +#include "preprocess.h" + +Program* parse(TokenArray* tokens); +BOOL pp_eval_constant_expression(TokenArray* pp_tokens); + +#endif |
