aboutsummaryrefslogtreecommitdiff
path: root/interpreter/syntax.h
diff options
context:
space:
mode:
authorCamil Staps2018-04-03 21:14:37 +0200
committerCamil Staps2018-04-03 21:14:37 +0200
commitb3f9bcbc307e3e8d455ccf560a61dc5129174728 (patch)
treec1a036d82a25452d8ade3ae29310a699aa809ddd /interpreter/syntax.h
parentResolve #11: print end result as soon as it is in HNF (diff)
Store integers without pointers
Diffstat (limited to 'interpreter/syntax.h')
-rw-r--r--interpreter/syntax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/interpreter/syntax.h b/interpreter/syntax.h
index 8c3c336..e60c03e 100644
--- a/interpreter/syntax.h
+++ b/interpreter/syntax.h
@@ -3,6 +3,8 @@
#include <stdbool.h>
+typedef long int INT;
+
/* TOKENS */
enum token_kind {