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