Decaf Compiler
|
AST while loop structure. More...
#include <ast.h>
Public Attributes | |
struct ASTNode * | condition |
Guard condition (expression) | |
struct ASTNode * | body |
Block to be executed while the condition is true. | |
AST while loop structure.