Decaf Compiler
|
AST return statement structure. More...
#include <ast.h>
Public Attributes | |
struct ASTNode * | value |
Return value (can be NULL for void returns) | |
AST return statement structure.
value
can be NULL
for return statements with no value (i.e., in void
functions).