# Constants
Bitwise AND the 2 at top of stack, and push result.
Invalid instruction, indicates a bug in the generator.
Push capture group reference at operand onto stack.
string concatenation.
Compare two values on the stack and set the match register.
Decrement a variable value.
Pop `operand` keys and metric off stack, and remove the datum at metric[key,...] from memory.
Pop `operand` keys and metric off stack, and push datum at metric[key,...] onto stack.
Set the expiry duration of a datum, perfoming the same as del but after the expiry time passes.
float to string.
Floating point ops.
floating point compare.
No description provided by the author
Pop a datum off the stack, and push its float value back on the stack.
No description provided by the author
No description provided by the author
No description provided by the author
Floating point assignment.
No description provided by the author
Push input.Filename onto the stack.
int to float.
int to string.
Add top values on stack and push to stack.
integer compare.
Divide top value into second top on stack, and push.
Pop a datum off the stack, and push its integer value back on the stack.
Integer divide top value into second top on stack, and push remainder.
Multiply top values on stack and push to stack.
Increment a variable value.
Put second TOS to power of TOS, and push.
Set a variable value.
Subtract top value from second top value on stack, and push to stack.
Jump if match.
Unconditional jump.
Jump if no match.
Compute the length of a string.
Match a regular expression against input, and set the match register.
Load metric at operand onto top of stack.
Bitwise NOT the top of stack, and push result.
Boolean NOT the top of stack, and push result.
Bitwise OR the 2 at top of stack, and push result.
Only match if "matched" flag is false.
Push operand onto stack.
No description provided by the author
string to float.
string to int.
string compare.
Set "matched" flag.
Set timestamp register to value at TOS.
Pop a datum off the stack, and push its string value back on the stack.
Shift TOS left, push result.
Shift TOS right, push result.
Match a regular expression against top of stack, and set the match register.
Set a string variable value.
Stop the program, ending processing of this input.
Push string constant at operand onto stack.
Parse into the timestamp register.
String opcodes.
Return value of timestamp register onto TOS.
Convert the string at the top of the stack to lowercase.
Bitwise XOR the 2 at top of stack, and push result.
# Type aliases
No description provided by the author