Decaf Compiler
|
AST variable structure. More...
#include <ast.h>
Public Attributes | |
char | name [256] |
Variable name. | |
DecafType | type |
Variable type. | |
bool | is_array |
True if the variable is an array, false if it's a scalar. | |
int | array_length |
Length of array (should be 1 if not an array) | |
AST variable structure.