summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-07-13 19:28:05 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-07-13 19:28:05 -0400
commit6d800ca8bac8ea0b9eae255833273c90d0108eb9 (patch)
treebf5c066e842c183b03f99ebae7fb02cefca0cae3 /main.c
parenta1afddbf8843d01c93cad0735fce4417318a096e (diff)
simplify varargs for
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) {}