diff options
Diffstat (limited to 'include/semantic/symbol_type.h')
| -rw-r--r-- | include/semantic/symbol_type.h | 7 |
1 files changed, 7 insertions, 0 deletions
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, +}; |
