summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.c b/main.c
index f510b34..e2ec9e4 100644
--- a/main.c
+++ b/main.c
@@ -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;})