diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,9 +1,13 @@ /* TODO: test ArrInt @= Arr(int); -new version of copy_val for copying types +make sure fn(t @ Type, x : t) t works +check fn(x @ int, y := x) +new version of copy_val for copying types?? there are probably places where we enter a function and never exit (in typing?) if there's an error +switch struct."field" to struct["field"] + packages X @= newtype(int); or something don't allow while {3; 5} (once break is added) @@ -19,6 +23,7 @@ allow omission of trailing ; in foo @= fn() {}? #include "toc.c" + int main(int argc, char **argv) { #ifdef TOC_DEBUG test_all(); |