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/eval.h |
Initial commit
Diffstat (limited to 'compiler/eval.h')
-rw-r--r-- | compiler/eval.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/eval.h b/compiler/eval.h new file mode 100644 index 0000000..bf3eea8 --- /dev/null +++ b/compiler/eval.h @@ -0,0 +1,8 @@ +#ifndef _H_EVAL +#define _H_EVAL + +#include "syntax.h" + +expression* eval(fuspel*, expression*); + +#endif |