/** * Holds the AST model */ #ifndef AST_H #define AST_H #include "ast/expression.h" #include "ast/declaration.h" #include "ast/module.h" #endif