mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 07:44:45 -08:00
22 lines
423 B
C++
22 lines
423 B
C++
|
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
||
|
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
||
|
#define GEN_EXPOSE_BACKEND
|
||
|
#include "gen.cpp"
|
||
|
|
||
|
#include "helpers/push_ignores.inline.hpp"
|
||
|
#include "helpers/helper.hpp"
|
||
|
|
||
|
GEN_NS_BEGIN
|
||
|
#include "dependencies/parsing.cpp"
|
||
|
GEN_NS_END
|
||
|
|
||
|
#include "auxillary/builder.hpp"
|
||
|
#include "auxillary/builder.cpp"
|
||
|
#include "auxillary/scanner.hpp"
|
||
|
|
||
|
#include <cstdlib> // for system()
|
||
|
|
||
|
using namespace gen;
|
||
|
|
||
|
|