Decaf Compiler
Public Attributes | List of all members
VarDeclNode Struct Reference

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)
 

Detailed Description

AST variable structure.


The documentation for this struct was generated from the following file: