Documentation ¶
Index ¶
Constants ¶
View Source
const (
OPERATOR_REGEX = `^\$(?P<opcode>[\w\d]+)([\.](?P<operand>.+))?$`
)
Variables ¶
View Source
var ( ErrUnsupportedOperator = func(op string) error { return errors.New("unsupported operator: " + op) } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.