with Grammar
abstract fun withGrammar(grammar: Grammar<T, K, E>): ParserContext<T, K, E>
Content copied to clipboard
Creates a child parser context with the specified grammar.
Creates a child parser context with the specified grammar.