I believe I've finished the sync parser
This commit is contained in:
parent
db6034db40
commit
405d6ecc55
3 changed files with 29 additions and 3 deletions
4
TODO.md
4
TODO.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue