summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJJ2023-04-11 10:19:44 +0000
committerJJ2023-04-11 10:38:30 +0000
commitff43d1b9ac0b3fbb34cc7adb82504186e868f03d (patch)
tree846f5b72236de84cf583a30567b7c60e597af5c9 /README.md
parent438b0fca6a7803283606156735dc17e5c634f887 (diff)
initial draft of an actual multi-line language parser
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4b26e2d..aad2d40 100644
--- a/README.md
+++ b/README.md
@@ -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