From dd6bb60b82252ea34daeadc20abd1a6fefa6b69d Mon Sep 17 00:00:00 2001 From: mryouse Date: Wed, 7 Jun 2023 22:53:43 -0400 Subject: 6/7/2023 update --- README.md | 1 + functions.txt | 6 +++--- 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 -- cgit v1.2.3