Child Context Impl
inner class ChildContextImpl(grammar: Grammar<T, E>) : ParserContext<T, E>
Content copied to clipboard
Functions
parseExpression
Link copied to clipboard
peekAheadUntil
Link copied to clipboard
withGrammar
Link copied to clipboard
open override fun withGrammar(grammar: Grammar<T, E>): ParserContext<T, E>
Content copied to clipboard