Versions in this module Expand all Collapse all v0 v0.5.0 Feb 19, 2018 Changes in this version + type Error interface + Cause func() error + Msg func() string + Pos func() Position + func NewError(pos Position, format string, values ...interface{}) Error + func WrapError(pos Position, cause error, format string, values ...interface{}) Error + type Position interface + Filename func() string + Pos func() int + type Reader interface + Clone func() Reader + Cursor func() Position + IsEOF func() bool + Remaining func() int