CompilerSysY/include/llir_type.h
2023-05-02 17:20:35 +08:00

13 lines
156 B
C++

#pragma once
namespace antlrSysY {
enum class Type {
IntegerType,
FunctionType,
ArrayType,
PointerType,
VectorType,
};
} // namespace antlrSysY