diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,9 +1,11 @@ /* TODO: compile-time arguments +double check that val_get_ptr is being used everywhere it should be evaluate default arguments compile-time arguments for out parameter functions compile-time arguments for functions returning tuples +deal with x, y @= fn(x: int, y @ int){} don't allow pointers to functions with compile-time arguments don't allow while {3; 5} (once break is added) any odd number of "s for a string |