Companion

object Companion

Functions

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

Creates and configures a Parser.