Add readme blurb
This commit is contained in:
parent
ffa282e89d
commit
116e2fc361
@ -3,3 +3,8 @@
|
|||||||
This is a super-basic Rust parser combinator library I wrote mostly
|
This is a super-basic Rust parser combinator library I wrote mostly
|
||||||
as an exercise for myself. Inspired by [nom](https://github.com/rust-bakery/nom)
|
as an exercise for myself. Inspired by [nom](https://github.com/rust-bakery/nom)
|
||||||
and [chumsky](https://github.com/zesterer/chumsky)
|
and [chumsky](https://github.com/zesterer/chumsky)
|
||||||
|
|
||||||
|
## Ideas for future work
|
||||||
|
|
||||||
|
* See if some of the ideas in [Efficient Parsing with Parser Combinators](https://research.rug.nl/en/publications/efficient-parsing-with-parser-combinators)
|
||||||
|
can be incorporated here.
|
||||||
|
Loading…
Reference in New Issue
Block a user