summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.c b/main.c
index d37938b..cd74872 100644
--- a/main.c
+++ b/main.c
@@ -8,14 +8,8 @@
/*
TODO:
-allow annotating index type
-things to check:
- for x := x {}
- for x: x = "hey" {}
- for x:3+"foo" { a := x; }
replace weird EXPR_FOR system with just a declaration- would make "for use p := points" easier.
need to fix:
- - cgen.c
- eval.c
- copy.c
consider: don't do inference for function calls; get rid of was_expr -- now that we have struct params