currently passing most of (currently small) corpus

This commit is contained in:
Yehowshua Immanuel 2024-12-10 17:04:47 -05:00
parent 7fd7c85fff
commit 4190ce2621
5 changed files with 33 additions and 28 deletions

View file

@ -27,6 +27,10 @@
- [ ] Embed locs in AST
- [ ] Name new parsers
- [ ] Remove `a` and `val` from exports
- [ ] Permit all binary characters. Add validation pass later.
- [ ] Correct comment parser
- [ ] What does it mean to have an empty sigspec concat in
`{ <sigspec>* }`
# Parser Verification
- [ ] I think only EOL terminated parsers should be responsible