summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-21 18:10:11 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-21 18:10:11 -0400
commit52fa150ba836c0ddd7b02623541fb307478a9088 (patch)
treec44f25719f6bbac09a7b192ba8fffa9b2a8012ef /main.c
parent07766b1ebf6ee4c799a3fa5d8f553881a72829c6 (diff)
mostly did slice notation (e.g. x[3:5])
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 75ac654..041eaf7 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,8 @@
/*
TODO:
slice notation (x[a:b])
-bf interpreter
+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