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 fbd6029..1fb6f34 100644
--- a/main.c
+++ b/main.c
@@ -9,6 +9,7 @@
/*
@TODO:
if we do #include "foo.toc", bar; and foo.toc fails, bar should be declared as TYPE_UNKNOWN (right now it's undeclared)
+fix #foreign not at global scope - right now the cgen'd definition doesn't use the proper type
improve type_to_str:
Foo ::= struct(t::Type) {}
type_to_str(Foo(int))