Working on generating string literals for inclusion in generated code.
This commit is contained in:
parent
0c3bb27e58
commit
092ed67d5e
8 changed files with 218 additions and 3 deletions
|
|
@ -65,6 +65,7 @@ for (auto row: result) {
|
|||
return t;
|
||||
}
|
||||
|
||||
|
||||
std::shared_ptr<LanguageConfig> buildPglabCppLanguageConfig()
|
||||
{
|
||||
auto config = std::make_shared<LanguageConfig>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue