Fixed typo
This commit is contained in:
parent
b4221addd8
commit
2041afdb94
@ -1,7 +1,7 @@
|
||||
- Hutton & Meijer, _[Monadic Parser Combinators](https://github.com/stephan-tolksdorf/fparsec)_
|
||||
|
||||
The original paper on monadic parser combinators.
|
||||
- Leien & Meijer, _[Parsec: Direct Style Monadic Parser Combinators For The Real World](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/parsec-paper-letter.pdf)_
|
||||
- Leijen & Meijer, _[Parsec: Direct Style Monadic Parser Combinators For The Real World](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/parsec-paper-letter.pdf)_
|
||||
|
||||
Describes Parsec, a monadic parser combinator library that limits backtracking by default and adds better error messages.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user