summaryrefslogtreecommitdiff
path: root/tiger-compiler/src/ast/exp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tiger-compiler/src/ast/exp.hxx')
-rw-r--r--tiger-compiler/src/ast/exp.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/tiger-compiler/src/ast/exp.hxx b/tiger-compiler/src/ast/exp.hxx
new file mode 100644
index 0000000..49a8274
--- /dev/null
+++ b/tiger-compiler/src/ast/exp.hxx
@@ -0,0 +1,11 @@
+/**
+ ** \file ast/exp.hxx
+ ** \brief Inline methods of ast::Exp.
+ */
+
+#pragma once
+
+#include <ast/exp.hh>
+
+namespace ast
+{} // namespace ast