summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index 3134bca..3038587 100644
--- a/main.c
+++ b/main.c
@@ -8,10 +8,10 @@
/*
TODO:
-switch to:
- static void
- foo() {
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)
use
&&, ||
start making a standard library... (printf; stringbuilder would be nice to have)