LRLanguage
Subclass of Language for LR-parser-based languages.
Provides additional functionality for reconfiguring the parser and integrating with languageDataProp.
Functions
Link copied to clipboard
Parse the document in state and return the resulting syntax tree. Subclasses may override to pass additional context (e.g. tabSize) to the underlying parser.