aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/include
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-12 18:44:18 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-12 18:44:18 +0000
commit94de096a3f8d90c683f9456e7dd698edd6ee39dd (patch)
treed7f7910a666d5bfd347e55ca428f7ad942189a09 /c_parser/include
parent1111f138d9cd0bb481e0a6f5d68843a463974d5a (diff)
downloadCompiler-94de096a3f8d90c683f9456e7dd698edd6ee39dd.tar.gz
Compiler-94de096a3f8d90c683f9456e7dd698edd6ee39dd.zip
Continuing parser and introducing expressions and statements
Diffstat (limited to 'c_parser/include')
-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