summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3e06c41..a95f566 100644
--- a/main.c
+++ b/main.c
@@ -8,6 +8,9 @@
/*
@TODO:
+make slice a pointer field of Value
+make arr a pointer field of Type
+- start passing Types instead of pointers to Type
figure out how printf is gonna work
if we do #include "foo.toc", bar; and foo.toc fails, bar should be declared as TYPE_UNKNOWN (right now it's undeclared)
fix #foreign not at global scope - right now the cgen'd definition doesn't use the proper type