const Conditional …
const LogicalAnd …
const LogicalOr …
const LogicalNot …
const Equals …
const NotEquals …
const Less …
const LessEquals …
const Greater …
const GreaterEquals …
const Add …
const Subtract …
const Multiply …
const Divide …
const Modulo …
const Negate …
const Index …
const OptIndex …
const OptSelect …
const Has …
const All …
const Exists …
const ExistsOne …
const Map …
const Filter …
const NotStrictlyFalse …
const In …
const OldNotStrictlyFalse …
const OldIn …
var operators …
var operatorMap …
func Find(text string) (string, bool) { … }
func FindReverse(symbol string) (string, bool) { … }
func FindReverseBinaryOperator(symbol string) (string, bool) { … }
func Precedence(symbol string) int { … }
func Arity(symbol string) int { … }