summaryrefslogtreecommitdiff
path: root/bnf/ast_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bnf/ast_types.hpp')
-rw-r--r--bnf/ast_types.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/bnf/ast_types.hpp b/bnf/ast_types.hpp
index 09896642..cef70bc5 100644
--- a/bnf/ast_types.hpp
+++ b/bnf/ast_types.hpp
@@ -234,6 +234,10 @@ public:
{}
};
+class TypeAlias:
+ public Item
+{
+};
class Enum:
public Item