constants

package
v1.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Binary Nodes Operators
	OpEqual          = "=="
	OpDifferent      = "!="
	OpOrSymbol       = "||"
	OpOrVerbose      = "or"
	OpAndSymbol      = "&&"
	OpAndVerbose     = "and"
	OpLess           = "<"
	OpGreater        = ">"
	OpLessOrEqual    = "<="
	OpGreaterOrEqual = ">="
	OpAdd            = "+"
	OpSubtract       = "-"
	OpMultiply       = "*"
	OpDivide         = "/"
	OpModulo         = "%"
	OpIn             = "in"
	OpNotIn          = "not in"
	OpExponent       = "**"
	OpContains       = "contains"
	OpStartsWith     = "startsWith"
	OpEndsWith       = "endsWith"
	OpMatches        = "matches"
	OpRange          = ".."
	OpBitwiseAnd     = "&"
	OpBitwiseOr      = "|"
	OpBitwiseXor     = "^"
	OpBitwiseLShift  = "<<"
	OpBitwiseRShift  = ">>"

	// Unary Nodes Operators
	OpPositive   = "+"
	OpNegative   = "-"
	OpNotSymbol  = "!"
	OpNotVerbose = "not"
	OpBitwiseNot = "~"

	SingleOperators       = "+-/%#,?:~^"
	DoubleFirstOperators  = "&|=*<>!"
	DoubleSecondOperators = "&|=*<>"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL