Decaf Compiler
|
AST block structure. More...
#include <ast.h>
Public Attributes | |
struct NodeList * | variables |
List of local variable declarations in the block. | |
struct NodeList * | statements |
List of statements in the block. | |
AST block structure.