Decaf Compiler
|
AST function structure. More...
#include <ast.h>
Public Attributes | |
char | name [256] |
Function name. | |
DecafType | return_type |
Function return type. | |
ParameterList * | parameters |
List of formal parameters. | |
struct ASTNode * | body |
Function body block. | |
AST function structure.