Versions in this module Expand all Collapse all v1 v1.16.11 Aug 20, 2024 Changes in this version + var Binary = map[string]Operator + var Unary = map[string]Operator + func AllowedNegateSuffix(op string) bool + func IsBoolean(op string) bool + func IsComparison(op string) bool + func Less(a, b string) bool + type Associativity int + const Left + const Right + type Operator struct + Associativity Associativity + Precedence int