Added initial support for comma-separated variable declaration lists.

This commit is contained in:
2023-10-25 00:25:35 -04:00
parent b22f589203
commit d0f3b6187e
5 changed files with 134 additions and 22 deletions

View File

@ -1,8 +1,9 @@
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_BENCHMARK
#define GEN_ENFORCE_STRONG_CODE_TYPES
#define GEN_IMPLEMENTATION
#include "gen.hpp"
// #define GEN_IMPLEMENTATION
#include "gen.cpp"
#include "gen.builder.cpp"
constexpr char const* path_config = "config.h";