| Interface | Description |
|---|---|
| ContinuationParser.ContinuationHandler |
| Class | Description |
|---|---|
| ActionParser<T,R> |
A parser that performs a transformation with a given function on the successful parse result of
the delegate.
|
| ContinuationParser |
Continuation parser that when activated captures a continuation function and passes it together
with the current context into the handler.
|
| FlattenParser |
A parser that answers a flat copy of the range my delegate parses.
|
| TokenParser |
A parser that creates a token from the parsed input.
|
| TrimmingParser |
A parser that silently consumes a before and after the delegate parser.
|
Copyright © 2018 PetitParser. All rights reserved.