Rep
Value members
Inherited methods
If this parser fails with a committed result convert it to an epsilon result so that processing can continue with another parser. Usually used in conjection with orElse.
If this parser fails with a committed result convert it to an epsilon result so that processing can continue with another parser. Usually used in conjection with orElse.
- Inherited from
- Suspendable
Parse the input string without suspending or failing in other ways or throw an exception. Mainly useful for tests or quick hacks.
Parse the input string without suspending or failing in other ways or throw an exception. Mainly useful for tests or quick hacks.
- Inherited from
- Suspendable
- Inherited from
- Suspendable
Apply two parsers in sequence. Both must be resumable with the same type, as from the outside we cannot tell whether we are resuming the left or right side.
Apply two parsers in sequence. Both must be resumable with the same type, as from the outside we cannot tell whether we are resuming the left or right side.
- Inherited from
- Suspendable