Versions in this module Expand all Collapse all v1 v1.0.2 Apr 1, 2025 v1.0.1 Feb 26, 2025 Changes in this version + func CreateAstProgFile(data string) (antlr.ParseTree, error) v1.0.0 Jan 12, 2025 Changes in this version + func BoolToFloat(b bool) float64 + func BoolToInt(b bool) int64 + func CreateAST(data string) (antlr.ParseTree, error) + func FloatToBool(f float64) bool + func FloatToInt(f float64) int64 + func IntToBool(i int64) bool + func IntToFloat(i int64) float64 + func StripHexPrefix(s string) string