Versions in this module Expand all Collapse all v1 v1.0.2 Sep 22, 2023 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