Skip to content

Commit 8b4b9e8

Browse files
authored
Merge pull request #463 from Kmeakin/update-roadmap
Update roadmap
2 parents c2aa1d7 + 41af68d commit 8b4b9e8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/roadmap.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
- [ ] navigation through links and offsets
5858
- [ ] serialise data to JSON for use with tools like jq
5959
- [x] parser
60-
- [ ] pretty printing
60+
- [x] pretty printing
6161
- [x] surface language
62-
- [ ] core language
62+
- [x] core language
6363
- [x] source locations
6464
- [x] surface language
6565
- [x] core language
@@ -74,7 +74,7 @@
7474
- [x] zonking
7575
- [x] distiller
7676
- [x] improve binder names
77-
- [ ] improve hole names
77+
- [x] improve hole names
7878
- [ ] core language validation
7979
- [x] binary format interpreter
8080
- [x] parser
@@ -90,6 +90,4 @@
9090
- [x] binary parser tests
9191

9292
## Ideas for future experimentation
93-
94-
- implicit parameters (see [elaboration-zoo/04-implicit-args](https://github.com/AndrasKovacs/elaboration-zoo/tree/master/04-implicit-args))
9593
- integer refinements (see [Refinement Types: A tutorial](https://arxiv.org/abs/2010.07763) and [sprite-lang](https://github.com/ranjitjhala/sprite-lang), and also this [twitter thread](https://twitter.com/brendanzab/status/1403528996474609666))

0 commit comments

Comments
 (0)