Decaf Compiler
|
AST location expression structure. More...
#include <ast.h>
Public Attributes | |
char | name [256] |
Location/variable name. | |
struct ASTNode * | index |
Index expression (can be NULL for non-array locations) | |
AST location expression structure.
index
can be NULL
for non-array locations.