I believe I've finished the sync parser

This commit is contained in:
Yehowshua Immanuel 2024-12-08 23:42:03 -05:00
parent db6034db40
commit 405d6ecc55
3 changed files with 29 additions and 3 deletions

View file

@ -25,9 +25,11 @@
- [ ] may want to also derive equality statements
- [x] replace both `pEol *> pMaybeWs` and `pEol <* pMaybeWs`
with `pEolAndAdvanceToNextNonWs`
- [ ] Check inline sequencing of whitespace parsers in do blocks.
Terminating instances of `pWs` should be preceeded by `<*`
# Parser Development
- [ ] Sync
- [x] Sync
- [ ] Process
- [ ] Module