Module context

Source
Expand description

Contains structure that will hold the failure in your parser, you can ignore them, use a stack or even have a full tree of all failures that your parsers generated.

Structs§

First
Used to determine by Keep and Stack to determine their Behavior
Ignore
A Context container that ignore all Atom
Keep
Will keep only the first or the last Element that was feed to it.
Last
Used to determine by Keep and Stack to determine their Behavior
Stack
Will keep the last Stack of elements feed to it.

Enums§

Tree
Will keep the full tree of elements feed to it.