diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |