summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/main.c b/main.c
index 9b0e864..9c62e6b 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,10 @@
-/* TODO: multi-dimensional arrays are flattened in types.c */
-/* TODO: remove all cgen errors */
-/* TODO: don't eval consts in C */
-/* TODO: Functions returning fixed-length arrays */
-/* TODO: improve error for declaring a keyword, e.g. i8: int = 8123; */
+/*
+TODO:
+blocks anywhere
+pointers
+don't allow nested functions to capture outer variables (constants are allowed though)
+re-do cgen
+ */
#include "toc.c"
int main(int argc, char **argv) {