From b3f83360282bfe327c0ccbeecab706e0e7d2c050 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Mon, 9 Feb 2026 11:59:14 +0000 Subject: Changed .h to .hpp --- include/semantic/symbol_type.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/semantic/symbol_type.hpp (limited to 'include/semantic/symbol_type.hpp') diff --git a/include/semantic/symbol_type.hpp b/include/semantic/symbol_type.hpp new file mode 100644 index 0000000..a792c09 --- /dev/null +++ b/include/semantic/symbol_type.hpp @@ -0,0 +1,7 @@ +#pragma once + +enum class SymbolType { + VARIABLE, + FUNCTION, + PARAMETER, +}; -- cgit v1.2.3