summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 041eaf7..2f335e1 100644
--- a/main.c
+++ b/main.c
@@ -1,12 +1,12 @@
/*
TODO:
-slice notation (x[a:b])
fix constants
bf interpreter (& other tests)
error on failed calloc in output
unicode variable names
make sure initializers for global variables are compile-time constants
structs
+length of slice/arr with .len
don't allow while {3; 5} (once break is added)
any odd number of "s for a string
modifiable strings: