summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-08 14:32:22 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-08 14:32:22 -0400
commit6075f33768b3a160fa1a06e54253f9cd565241ec (patch)
tree9b399a7e2686f8eaa61d36d9782f030be1f045b5 /main.c
parent9c4be69bbd707e96eec176cad4188dcba265eb4c (diff)
eval fn calling (eval is done./runv)
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index 9024d1d..fef518a 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,5 @@
/*
TODO:
-fix double eval_expr problem
-call fns at compile time
-finish evaluator
improve casting: do you really need "as"?
fix void fn type
re-do cgen