You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/roadmap.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@
57
57
-[ ] navigation through links and offsets
58
58
-[ ] serialise data to JSON for use with tools like jq
59
59
-[x] parser
60
-
-[] pretty printing
60
+
-[x] pretty printing
61
61
-[x] surface language
62
-
-[] core language
62
+
-[x] core language
63
63
-[x] source locations
64
64
-[x] surface language
65
65
-[x] core language
@@ -74,7 +74,7 @@
74
74
-[x] zonking
75
75
-[x] distiller
76
76
-[x] improve binder names
77
-
-[] improve hole names
77
+
-[x] improve hole names
78
78
-[ ] core language validation
79
79
-[x] binary format interpreter
80
80
-[x] parser
@@ -90,6 +90,4 @@
90
90
-[x] binary parser tests
91
91
92
92
## 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))
95
93
- 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