diff options
| author | mryouse | 2023-05-28 02:30:52 +0000 |
|---|---|---|
| committer | mryouse | 2023-05-28 02:30:52 +0000 |
| commit | 070ced8e6970b136c63677ee29767fe3e1bd4c47 (patch) | |
| tree | 6d2b2f953f5cf6424bae77afb73075bbd01d0067 | |
| parent | 9867aade2a94ab13aec70f74ccf37d6c38e66fd0 (diff) | |
5/27/2023 update
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
