Frame

data class Frame

Represents a single frame in the parser's Rule invocation stack.

A Frame records that a specific rule was invoked by the parser at a particular position in the token stream. Frames are used to detect and prevent infinite recursion.

Properties

Link copied to clipboard

The token position where the rule was invoked

Link copied to clipboard
val rule: Rule<*>

The rule that was invoked