From ddedc416185954051ff2a826c24fc1cc608204f1 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Thu, 5 Feb 2026 09:32:20 +0000 Subject: Written some class declarations for the semantics, updated README --- include/semantic/symbol_type.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/semantic/symbol_type.h (limited to 'include/semantic/symbol_type.h') diff --git a/include/semantic/symbol_type.h b/include/semantic/symbol_type.h new file mode 100644 index 0000000..a792c09 --- /dev/null +++ b/include/semantic/symbol_type.h @@ -0,0 +1,7 @@ +#pragma once + +enum class SymbolType { + VARIABLE, + FUNCTION, + PARAMETER, +}; -- cgit v1.2.3