summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 7455951..8c9edb0 100644
--- a/main.c
+++ b/main.c
@@ -8,6 +8,7 @@
see development.md for development information
@TODO:
+fix problem with a : b; #include "file_which_defines_X"; b ::= struct { a: X; }
see note in types.c : we probably shouldn't go to the trouble of evaluating this (just do this stuff if it's an ident)
ensure that in s[a:b] s is an l-value if it's an array
make sure you can't pass a function template or a tuple to varargs