filelist.cpp
来自「编译原理的作业 编译器」· C++ 代码 · 共 10 行
CPP
10 行
#include "filelist.h"
FileList* FileList::_instance = NULL;
const char* FileList::ValueType[] =
{
"void", "int8", "uint8", "int16", "uint16",
"int32", "uint32", "int64", "uint64", "float32", "float64"
};