summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 78e79a9..8d8be18 100644
--- a/main.c
+++ b/main.c
@@ -8,8 +8,10 @@
see development.md for development information
@TODO:
+see todo in test.toc
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
+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
figure out how printf is gonna work
make error when you give too few arguments better
when putf is done, migrate tests to new std