Package com. github. adriantodt. tartar. impl
Types
GrammarBuilder
Link copied to clipboard
InfixParserImpl
Link copied to clipboard
class InfixParserImpl<T, E>(precedence: Int, block: InfixFunction<T, E>) : InfixParser<T, E>
Content copied to clipboard
MatcherImpl
Link copied to clipboard
PrefixParserImpl
Link copied to clipboard
class PrefixParserImpl<T, E>(block: PrefixFunction<T, E>) : PrefixParser<T, E>
Content copied to clipboard