ParserImpl

fun <T, E> ParserImpl(grammar: Grammar<T, E>, block: Closure<ParserContext<T, E>, R>)