Lot of code for generating code. Working on unit tests.
This commit is contained in:
parent
da45929b12
commit
8f4845d4d2
42 changed files with 1089 additions and 267 deletions
11
pglablib/codebuilder/DefaultConfigs.h
Normal file
11
pglablib/codebuilder/DefaultConfigs.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef DEFAULTCONFIGS_H
|
||||
#define DEFAULTCONFIGS_H
|
||||
|
||||
#include <memory>
|
||||
|
||||
class LanguageConfig;
|
||||
|
||||
std::shared_ptr<const LanguageConfig> getDefaultCppLanguageConfig();
|
||||
std::shared_ptr<const LanguageConfig> getPgLabCppLanguageConfig();
|
||||
|
||||
#endif // DEFAULTCONFIGS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue