From b3f9bcbc307e3e8d455ccf560a61dc5129174728 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 3 Apr 2018 21:14:37 +0200 Subject: Store integers without pointers --- interpreter/syntax.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interpreter/syntax.h') 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 +typedef long int INT; + /* TOKENS */ enum token_kind { -- cgit v1.2.3