Package-level declarations
Types
Link copied to clipboard
Represents a place where source code can be retrieved from.
Link copied to clipboard
The Metis parser.
Link copied to clipboard
A span of text in a CodeSource.
Link copied to clipboard
Link copied to clipboard
Represents a token.
Link copied to clipboard
class UnexpectedTokenException(val token: Token, val expected: List<Token.Type>, val consumed: Int, span: Span) : SyntaxException