diff options
author | JJ | 2023-04-11 10:19:44 +0000 |
---|---|---|
committer | JJ | 2023-04-11 10:38:30 +0000 |
commit | ff43d1b9ac0b3fbb34cc7adb82504186e868f03d (patch) | |
tree | 846f5b72236de84cf583a30567b7c60e597af5c9 /README.md | |
parent | 438b0fca6a7803283606156735dc17e5c634f887 (diff) |
initial draft of an actual multi-line language parser
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ - [x] the simple lambda calculus: implement `execute` - [x] to lose my sanity: implement `parse` -- [ ] bidirectional typechecking: implement `infer` and `check` +- [x] bidirectional typechecking: implement `infer` and `check` - [ ] simple effects: extend `ast` - [ ] type classes: implement `monomorphize` -- [ ] to be fancy: implement `parse_file` +- [x] to be fancy: implement `parse_file` - [ ] extend to additional basic types: implement `cast` - [ ] extend to complex types - [ ] testtesttest |