Package com. github. adriantodt. tartar. api. parser
Types
Parser Context
Link copied to clipboard
A parsing context, created by a Parser.parse call, which exposes an interface for pratt-parsing.
Syntax Exception
Link copied to clipboard
open class SyntaxException(message: String, section: Section?) : RuntimeException, Sectional
Content copied to clipboard
Indicates that a syntax exception happened.