Versions in this module Expand all Collapse all v1 v1.0.1 Jan 18, 2024 v1.0.0 Jan 10, 2024 Changes in this version + type Error struct + Err error + ErrorSymbols []ErrorSymbol + ErrorToken *token.Token + ExpectedTokens []string + StackTop int + func (e *Error) Error() string + func (e *Error) String() string + type ErrorSymbol interface