Expand description
Cucumber Expressions AST parser.
See details in the grammar spec.
Enums§
- Error
- Possible parsing errors.
Constants§
- RESERVED_
CHARS - Reserved characters requiring a special handling.
Functions§
- alternation
- Parses an
alternation
as defined in the grammar spec. - alternative
- Parses an
alternative
as defined in the grammar spec. - expression
- Parses an
expression
as defined in the grammar spec. - optional
- Parses an
optional
as defined in the grammar spec. - parameter
- Parses a
parameter
as defined in the grammar spec. - single_
expression - Parses a
single-expression
as defined in the grammar spec.