Companion

object Companion

Functions

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

Creates and configures a SourceParser.