summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-07-13 22:57:41 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-07-13 22:57:41 -0400
commit28de7a9c80524aac38a985ede651e782985bde67 (patch)
treee0455750755bf2466262f2e34496f608fe0f346c /main.c
parent6d800ca8bac8ea0b9eae255833273c90d0108eb9 (diff)
static for seems to be working; also fixed some eval stuff
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0e7932f..4934520 100644
--- a/main.c
+++ b/main.c
@@ -8,8 +8,9 @@
see development.md for development information
@TODO:
-#for
+see note in types.c : we probably shouldn't go to the trouble of evaluating this (just do this stuff if it's an ident)
figure out how printf is gonna work
+make error when you give too few arguments better
when putf is done, migrate tests to new std
make a global table of builtin types, so if you ever need a pointer to one you can just point to the table
improve type_to_str: