summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d63a6fb..d6fa57a 100644
--- a/main.c
+++ b/main.c
@@ -8,11 +8,11 @@
see development.md for development information
@TODO:
-fix #foreign not at global scope - right now the cgen'd definition doesn't use the proper type
figure out how printf is gonna work
improve type_to_str:
Foo ::= struct(t::Type) {}
type_to_str(Foo(int))
+ - maybe make a bunch of functions for dynamic arrays of char?
switch
- #fallthrough
enums