Module flycatcher_parser::ast::opcode[][src]

Expand description

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

Enums

Functions

Converts a token to an operator.

Returns whether or not the specified token is an operator that has an Opcode.