aboutsummaryrefslogtreecommitdiff
path: root/include/symbol_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/symbol_type.hpp')
-rw-r--r--include/symbol_type.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/symbol_type.hpp b/include/symbol_type.hpp
new file mode 100644
index 0000000..a792c09
--- /dev/null
+++ b/include/symbol_type.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+enum class SymbolType {
+ VARIABLE,
+ FUNCTION,
+ PARAMETER,
+};