Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Compile
Method · 0.85
Calls
1
GetErrorWriter
Method · 0.80
Tested by
no test coverage detected