Basic Parsing Interface

This commit is contained in:
Nathan McCarty 2025-01-24 01:45:02 -05:00
parent 24285db686
commit 5a2ffc1058
5 changed files with 723 additions and 0 deletions

View file

@ -59,6 +59,18 @@ solution.
Provider wrappers over the standard library `IOArray` type to make them more
ergonomic to use.
- [Parser](src/Parser.md)
Effectful parser mini-library
- [Interface](src/Parser/Interface.md)
Effectful parser API
- [ParserState](src/Parser/ParserState.md)
Internal state of a parser
## Index of years and days
- 2015