Versions in this module Expand all Collapse all v0 v0.2.1 Mar 10, 2023 v0.2.0 Mar 2, 2023 Changes in this version + type Location struct + End int + Start int + type SyntaxError struct + Location Location + Message string + func NewSyntaxError(t Token, m string) SyntaxError + func (s *SyntaxError) FormatError(input string) string + type Token struct + Lexeme string + Location Location + Type TokenType + type TokenType interface + ToString func() string