aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index 57efd96..86cf713 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -9,6 +9,7 @@ static char *builtins [] = {
9 "+", "-", "*", "/", "%", 9 "+", "-", "*", "/", "%",
10 "=", "<", ">", "<=", ">=", 10 "=", "<", ">", "<=", ">=",
11 "not", "and", "or", 11 "not", "and", "or",
12 "nil?", "zero?", "fixnum?", "bool?",
12}; 13};
13 14
14uint64_t 15uint64_t