#ifndef AST_HPP #define AST_HPP #include "ast_expression.hpp" #include "ast_declaration.hpp" extern const Expression *parseAST(); #endif