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 39d2c0e..632e160 100644
--- a/main.c
+++ b/main.c
@@ -1,11 +1,9 @@
/*
TODO:
-switch to enums for flags
-
struct parameters
+packages
don't allow while {3; 5} (once break is added)
any odd number of "s for a string
-modifiable string literals
make sure futurely/currently-declared types are only used by pointer/slice
allow omission of trailing ; in foo @= fn() {}?
*/