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.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/c_parser/include/ast.hpp b/c_parser/include/ast.hpp
new file mode 100644
index 0000000..05ed1e4
--- /dev/null
+++ b/c_parser/include/ast.hpp
@@ -0,0 +1,6 @@
+#ifndef AST_HPP
+#define AST_HPP
+
+
+
+#endif