Module parse

Source
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.