Decaf Compiler
|
AST binary operation expression structure. More...
#include <ast.h>
Public Attributes | |
BinaryOpType | operator |
Operator type. | |
struct ASTNode * | left |
Left operand expression. | |
struct ASTNode * | right |
Right operand expression. | |
AST binary operation expression structure.