summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-03-19 11:40:00 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-03-19 11:40:00 -0400
commitee43fea5d80116bd126eaf92b29e3c015634a22d (patch)
tree2e00a44be47341cbd3538be1a9267e16a39abfcb /main.c
parent85dda90bf45c16956e917c45c525ad1a67727753 (diff)
simplified tuple type syntax, fixed some problems with tuples
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)