aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormryouse2023-06-07 22:53:43 -0400
committermryouse2023-06-07 22:53:43 -0400
commitdd6bb60b82252ea34daeadc20abd1a6fefa6b69d (patch)
tree8d01be2fbd31adb98451a49d4e359ca2c767ef2c
parentfbc75bca57a3f66006468fb1a8f3988cdc8227d2 (diff)
6/7/2023 update
-rw-r--r--README.md1
-rw-r--r--functions.txt6
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index e7bbd0c..6230bbd 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ now in bytecode
parse comments with [9867aade2a](https://git.rawtext.club/mryouse/neb-d/commit/9867aade2a94ab13aec70f74ccf37d6c38e66fd0)
- [ ] bounds issues (`first`/`last` on empty sequences) crashes entirely
- [ ] constants get duplicated in chunks
+ - [ ] a space at the end of (definitions? lists?) crashes
- [ ] i mean, nearly nothing works
## things that hopefully work
diff --git a/functions.txt b/functions.txt
index 38c8041..270c3f0 100644
--- a/functions.txt
+++ b/functions.txt
@@ -1,6 +1,6 @@
CONTROL FLOW:
[x] and
-[ ] branch
+[x] branch
[ ] drop-while
[ ] for-count
[ ] for-each
@@ -80,10 +80,10 @@ SEQUENCES:
[x] most
[x] rest
[x] reverse
-[ ] slice
+[-] slice
STRINGS:
-[ ] join
+[-] join
[ ] ord
[ ] raw
[ ] split