summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-07-10 12:08:40 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-07-10 12:08:40 -0400
commit72c4d0a78c067806a6341a5fc5acb33d5805896b (patch)
tree2f2bdda14e247915b27e73b353d32501886dca42 /main.c
parente684e1bce6ac55607d0612a3f99031c7dfbdfc90 (diff)
big changes to the way for loops work
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 1dfcb25..3e06c41 100644
--- a/main.c
+++ b/main.c
@@ -8,11 +8,10 @@
/*
@TODO:
-a..b should probably only go up to b-1
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
-find out why file output is really slow at compile time; try to improve it
+find out why loop with file output is really slow at compile time; try to improve it
improve type_to_str:
Foo ::= struct(t::Type) {}
type_to_str(Foo(int))