diff options
author | Camil Staps | 2016-08-25 11:16:49 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-25 11:16:49 +0200 |
commit | 7d9b5a0c84a931542c088cfe6bc4325be22ecb71 (patch) | |
tree | 085e5ae27cfbabc2e1533f4927969f5784dd1cfc /compiler/parse.h |
Initial commit
Diffstat (limited to 'compiler/parse.h')
-rw-r--r-- | compiler/parse.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/parse.h b/compiler/parse.h new file mode 100644 index 0000000..39f74e0 --- /dev/null +++ b/compiler/parse.h @@ -0,0 +1,8 @@ +#ifndef _H_PARSE +#define _H_PARSE + +#include "syntax.h" + +fuspel* parse(token_list*); + +#endif |