constants

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: May 12, 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          = ".."

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

	// Bitwise Operators
	OpBitwiseNot    = "~"
	OpBitwiseAnd    = "&"
	OpBitwiseOr     = "|"
	OpBitwiseXor    = "^"
	OpBitwiseLShift = "<<"
	OpBitwiseRShift = ">>"

	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