Expand description
See details in the grammar spec.
Structs§
- Alternation
alternation
defined in the grammar spec, allowing to match one ofSingleAlternation
s.- Expression
- Top-level
expression
defined in the grammar spec. - Optional
optional
defined in the grammar spec, allowing to match an optionalInput
.- Parameter
parameter
defined in the grammar spec, allowing to match some specialInput
described by aParameter
name.
Enums§
- Alternative
alternative
defined in the grammar spec.- Single
Expression single-expression
defined in the grammar spec, representing a single entry of anExpression
.
Type Aliases§
- Single
Alternation single-alternation
defined in the grammar spec, representing a building block of anAlternation
.- Spanned
str
along with its location information in the original input.