Versions in this module Expand all Collapse all v1 v1.4.6 Feb 13, 2023 v1.4.5 Jan 25, 2023 v1.4.4 Jan 19, 2023 v1.4.3 Jan 10, 2023 v1.4.2 Jan 10, 2023 v1.4.1 Jan 2, 2023 v1.4.0 Dec 23, 2022 v1.3.0 Nov 23, 2022 Changes in this version + const InternalErrorMsg + func Compile(input string) (*program.Program, error) + type CompileArtifacts struct + Errors []CompileError + Program *program.Program + Source string + Tokens []antlr.Token + func CompileFull(input string) CompileArtifacts + type CompileError struct + EndC int + EndL int + Msg string + StartC int + StartL int + func InternalError(c antlr.ParserRuleContext) *CompileError + func LogicError(c antlr.ParserRuleContext, err error) *CompileError + type CompileErrorList struct + Errors []CompileError + Source string + func (c *CompileErrorList) Error() string + type ErrorListener struct + Errors []CompileError + func (l *ErrorListener) SyntaxError(recognizer antlr.Recognizer, offendingSymbol interface{}, startL, startC int, ...) + type FallbackAccount core.Address