summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8f696b0..5db564f 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,7 @@
+/* TODO: don't allow setting things to void */
+/* 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; */
#include "toc.c"
int main(int argc, char **argv) {