BinaryExprNode

Engine/source/console/ast.h

A binary mathematical expression (ie, left op right).

More...

Public Attributes

Detailed Description

A binary mathematical expression (ie, left op right).

Public Attributes

ExprNode * left 
S32 op 
ExprNode * right