Interface ParserContext<T>

Parser context for ELR parsers.

Type Parameters

  • T

Hierarchy

Properties

Find AST node by its name.

after: string
before: readonly ASTNode<T>[]
data?: T

Data of the result AST node.

error?: any
lexer: ILexer
matched: readonly ASTNode<T>[]

Generated using TypeDoc