Module opcode

Module opcode 

Source
Expand description

Expression opcodes (such as + and -) for Flycatcher’s parser.

Enums§

Opcode

Functions§

get_operator
Converts a token to an operator.
is_operator
Returns whether or not the specified token is an operator that has an Opcode.