Context Impl
inner class ContextImpl(source: List<Token<T>>, grammar: Grammar<T, E>) : ParserContext<T, E>
Content copied to clipboard
Types
ChildContextImpl
Link copied to clipboard
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>): ParserImpl.ContextImpl.ChildContextImpl<T, E, R>
Content copied to clipboard