core: Beginnings of parser module
This commit is contained in:
parent
6d130cdc3b
commit
222ae17180
5 changed files with 481 additions and 0 deletions
12
README.md
12
README.md
|
@ -56,6 +56,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue