Decaf Compiler
|
Linked list of struct ASTNode* elements. More...
#include <ast.h>
Public Attributes | |
struct ASTNode * | head |
First element in list (or NULL if empty) | |
struct ASTNode * | tail |
Last element in list (or NULL if empty) | |
int | size |
Number of elements in list. | |
Linked list of struct ASTNode* elements.