Enum flycatcher_parser::ast::opcode::Opcode [−][src]
pub enum Opcode {
Add,
Subtract,
Multiply,
Divide,
}Variants
The + operator.
The - operator.
The - operator.
The / operator.
Implementations
Returns the precidence of this operator.