momiji
m68k emulator infrastructure
About Source codeTable of contents
momiji::objects::MathASTNode
Defined in header <momiji/Parser.h>
struct MathASTNode
A node in an AST
Methods
| (constructor) |
Member fields
| Field | Type | Notes | Default value |
|---|---|---|---|
| value | std::variant<Label, Number, MathOperator> |
The value of the node |