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