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
alternationas defined in the grammar spec. - alternative
- Parses an
alternativeas defined in the grammar spec. - expression
- Parses an
expressionas defined in the grammar spec. - optional
- Parses an
optionalas defined in the grammar spec. - parameter
- Parses a
parameteras defined in the grammar spec. - single_
expression - Parses a
single-expressionas defined in the grammar spec.