Companion

object Companion

Functions

create
Link copied to clipboard
common
fun <T, E, R> create(lexer: Lexer<Token<T>>, grammar: Grammar<T, E>, block: ParserFunction<T, E, R>): SourceParser<T, E, R>

Creates and configures a SourceParser.