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.
Source Parser
Link copied to clipboard
Syntax Exception
Link copied to clipboard
open class SyntaxException(message: String, position: Section) : RuntimeException
Content copied to clipboard
Indicates that a syntax exception happened.