コード例 #1
0
ファイル: ast.cpp プロジェクト: coopersimon/Compiler
void v_type::code_gen(status& stat, std::ostream& out)
{
	stat.set_type(value);
	return;
}