summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1378718..a7a0888 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,9 @@
/*
TODO:
+evaluate default arguments
+make sure they're only evaluated once
compile time arguments + out parameters (in C)
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){}