diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-03-27 22:53:08 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-03-27 22:53:08 -0600 |
commit | b01fe1e8e5541d6c11f905d7fbb949d747f29230 (patch) | |
tree | d348b6b471fa2ebb2cece61daaf672c8b27b4299 /typecheck/library/TypeEnum.java | |
parent | 8131ddc22af5d39114a55349d71bcdc467599187 (diff) |
SymbolTable to separate library, Class/Method Instances
Diffstat (limited to 'typecheck/library/TypeEnum.java')
-rw-r--r-- | typecheck/library/TypeEnum.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/typecheck/library/TypeEnum.java b/typecheck/library/TypeEnum.java deleted file mode 100644 index be6cab2..0000000 --- a/typecheck/library/TypeEnum.java +++ /dev/null @@ -1,5 +0,0 @@ -package typecheck.library; - -public enum TypeEnum { - classname, int_array, bool, integer, CHECK, ERROR -} |