Versions in this module Expand all Collapse all v0 v0.0.1 Oct 1, 2021 Changes in this version + type Error struct + Msg string + Pos *position.Pos + func NewError(msg string, p *position.Pos) *Error + func (e *Error) String() string