summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-03-19 12:08:12 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-03-19 12:08:12 -0400
commitb5daaa00a4b1049f5e2ddc0bb658a17e0ee1e48f (patch)
tree60b22b4e48180e417f5b23756836e58a640889a4 /main.c
parent614026f24a4abce603ea3499d7241abd9383de48 (diff)
fixed IDECL_EXPR bug; version 0.5
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3038587..e89af41 100644
--- a/main.c
+++ b/main.c
@@ -8,7 +8,6 @@
/*
TODO:
-get rid of angle brackets for tuple types - just check if a TYPE_EXPR which is an EXPR_TUPLE is returned
allow #ifs in structs
- you can just have a dyn array of stmts and when you want to resolve the struct,
just type the statements, then loop over them (going into blocks if necessary)