summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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 4f49357..0e7932f 100644
--- a/main.c
+++ b/main.c
@@ -10,6 +10,7 @@ see development.md for development information
@TODO:
#for
figure out how printf is gonna work
+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:
Foo ::= struct(t::Type) {}