momiji
m68k emulator infrastructure
About Source codeTable of contents
momiji::objects::MathOperator
Defined in header <momiji/Parser.h>
struct MathOperator
A binary operator that applies to two AST nodes
Enums
| Type |
Enum describing the type of the binary operator |
Member fields
| Field | Type | Notes | Default value |
|---|---|---|---|
| left | std::unique_ptr |
||
| right | std::unique_ptr |
||
| type | MathOperator::Type |