aboutsummaryrefslogtreecommitdiff
path: root/include/parser/node_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/parser/node_type.hpp')
-rw-r--r--include/parser/node_type.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/parser/node_type.hpp b/include/parser/node_type.hpp
deleted file mode 100644
index 1766b19..0000000
--- a/include/parser/node_type.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef NODE_TYPE_H
-#define NODE_TYPE_H
-
-enum class NodeType {
- PROGRAM,
- VARIABLE_DECLARATION,
- ASSIGNMENT,
-};
-
-#endif