aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/include/ast.hpp
blob: 91c0796b3b8f32272049e524e3972db0c00c24b9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef AST_HPP
#define AST_HPP

#include "ast_base.hpp"
#include "ast_declaration.hpp"

extern const ast_Base *parseAST();

#endif