summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index a95f566..033b58f 100644
--- a/main.c
+++ b/main.c
@@ -8,9 +8,7 @@
/*
@TODO:
-make slice a pointer field of Value
-make arr a pointer field of Type
-- start passing Types instead of pointers to 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