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

AST while loop structure. More...

#include <ast.h>

Public Attributes

struct ASTNodecondition
 Guard condition (expression)
 
struct ASTNodebody
 Block to be executed while the condition is true.
 

Detailed Description

AST while loop structure.


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