diff options
| -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 |
