Versions in this module Expand all Collapse all v0 v0.1.8 Mar 4, 2018 v0.1.7 Jan 30, 2018 Changes in this version + const ArgumentError + const EndOfFileError + const InvalidAssignmentError + const MethodDefinitionError + const SyntaxError + const UnexpectedEndError + const UnexpectedTokenError + type Error struct + ErrType int + Message string + func InitError(msg string, errType int) *Error + func NewArgumentError(formerArgType, laterArgType int, argLiteral string, line int) *Error + func NewTypeParsingError(tokenLiteral, targetType string, line int) *Error + func (e *Error) IsEOF() bool + func (e *Error) IsUnexpectedEnd() bool