LRParser
The main LR parser class. Instances are typically created via LRParser.deserialize from a serialized ParserSpec produced by the lezer generator.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Create a reconfigured copy of this parser with the given overrides.
Link copied to clipboard
open override fun createParse(input: Input, fragments: List<TreeFragment>, ranges: List<TextRange>): PartialParse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun startParse(input: String, fragments: List<TreeFragment>, ranges: List<TextRange>?): PartialParse
Link copied to clipboard