summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-08 14:03:11 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-08 14:03:11 -0400
commit9c4be69bbd707e96eec176cad4188dcba265eb4c (patch)
tree8ece4358c52f512936ea817092f857dacdd6a49a /main.c
parentec2e1478df7f12aa560db31ae26c62585fc64f43 (diff)
fixed array access lval bugs
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index e77b6cb..9024d1d 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,6 @@
/*
TODO:
+fix double eval_expr problem
call fns at compile time
finish evaluator
improve casting: do you really need "as"?