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 9191aa2..5632e13 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -11,6 +11,7 @@ static char *builtins [] = {
11 "not", "and", "or", 11 "not", "and", "or",
12 "nil?", "zero?", "fixnum?", "bool?", 12 "nil?", "zero?", "fixnum?", "bool?",
13 "display", 13 "display",
14 "cons", "car", "cdr",
14}; 15};
15 16
16uint64_t 17uint64_t