mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 10:23:39 +03:00
Mention the ‘observing’ primitive in ‘README.md’
This commit is contained in:
parent
1539b713e3
commit
70e1de679f
@ -83,6 +83,9 @@ via combination of these primitives:
|
||||
continue parsing. Once parsing is finished, several parse errors may be
|
||||
reported or ignored altogether.
|
||||
|
||||
* `observing` allows to “observe” parse errors without ending parsing (they
|
||||
are returned in `Left`, while normal results are wrapped in `Right`).
|
||||
|
||||
* `eof` only succeeds at the end of input.
|
||||
|
||||
* `token` is used to parse single token.
|
||||
|
Loading…
Reference in New Issue
Block a user