diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,9 +1,6 @@ /* TODO: -ah need to be consistent about whether eval_expr returns a value which should be copied or not!!! -check for leaks -make sure return declarations with initializers work (also, eval initializers) -deal with x, y @= fn(x: int, y @ int){} +:@ don't allow pointers to functions with compile-time arguments type parameters (e.g. fn(foo @ type) {x: foo;}) |