-
This is the interface that a human language text interpreter has to implement.
-
A human language command interpretation service.
Abstract syntax tree node.
Base class for all expressions.
Expression that successfully parses, if a given expression occurs or repeats with a specified cardinality.
Expression that successfully parses, if a sequence of given expressions is matching.
This is the interface that a human language text interpreter has to implement.
Bundles results of an interpretation.
Represents an expression plus action code that will be executed after successful parsing.
Context for rule execution.
A helper to parse a sequence of tokens.