Versions in this module Expand all Collapse all v0 v0.1.0 Nov 10, 2025 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