MCPcopy Create free account
hub / github.com/csyonghe/Spire / CreateCodeGenerator

Function CreateCodeGenerator

Source/SpireCore/CodeGenerator.cpp:1448–1451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1446 };
1447
1448 ICodeGenerator * CreateCodeGenerator(SymbolTable * symbols, CompileResult & result)
1449 {
1450 return new CodeGenerator(symbols, result.GetErrorWriter(), result);
1451 }
1452 }
1453}

Callers 1

CompileMethod · 0.85

Calls 1

GetErrorWriterMethod · 0.80

Tested by

no test coverage detected