aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/include/ast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/include/ast.hpp')
-rw-r--r--c_parser/include/ast.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/c_parser/include/ast.hpp b/c_parser/include/ast.hpp
index 05ed1e4..834ad44 100644
--- a/c_parser/include/ast.hpp
+++ b/c_parser/include/ast.hpp
@@ -1,6 +1,9 @@
#ifndef AST_HPP
#define AST_HPP
+#include "ast_expression.hpp"
+#include "ast_declaration.hpp"
+extern const Expression *parseAST();
#endif