aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormryouse2023-05-28 02:30:52 +0000
committermryouse2023-05-28 02:30:52 +0000
commit070ced8e6970b136c63677ee29767fe3e1bd4c47 (patch)
tree6d2b2f953f5cf6424bae77afb73075bbd01d0067
parent9867aade2a94ab13aec70f74ccf37d6c38e66fd0 (diff)
5/27/2023 update
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44efcfb..a79f32c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,8 @@ now in bytecode
which should help me track it down *at some point*, but at least it doesn't crash.
- [ ] `append` on an empty list segfaults
- [ ] arity checking is entirely arbitrary for builtins, non-existant for user-defined functions
- - [ ] parsing does not handle types correctly, or comments at all
+ - [-] ~~parsing does not handle types correctly, or comments at all~~ parse (but ignore) types with [919994fd32](https://git.rawtext.club/mryouse/neb-d/commit/919994fd3224b6e3cb3e1ce534ae335cecd97f52),
+ parse comments with [9867aade2a](https://git.rawtext.club/mryouse/neb-d/commit/9867aade2a94ab13aec70f74ccf37d6c38e66fd0)
- [ ] i mean, nearly nothing works
## things that hopefully work