summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-24 21:22:35 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-24 21:22:35 -0500
commit56464a272cac9e3dfa7d4c702faa23155b3d0134 (patch)
tree9b8f6985e8fbdf834e977df67e467f264af6cd44 /main.c
parentd8635ac6f0d91f110587df4a9d5a60a2154b55c3 (diff)
fixed eval call problem + more #builtin
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 7f2dce3..0bc34e1 100644
--- a/main.c
+++ b/main.c
@@ -22,6 +22,7 @@ TODO:
- sizeof(int) (size of C int type), sizeof(long), sizeof(size_t) etc.
- compiling - true if @ compile time, false otherwise
- stdout, stderr, stdin - pointers to C FILEs
+fully re-test default args & return decls
clean up copy_expr
each=>for