mirror of
https://github.com/Ed94/gencpp.git
synced 2025-01-22 06:33:46 -08:00
Ed_
b00c1ae522
There is a redundant pattern for generating all three (as expected). I'll use it to define a general way of doing this sort of behavior.
Scripts
Build and cleanup scripts for the test directory are found here along with natvis
and natstepfilter
files for debugging.
The build works as follows:
- Compile and run the meta-program, it will dump files to the
test/gen
directory. - Format the files using clang-format
- Build a program that uses some the generated definitions. (Have not done yet)
The test/gen
directory has the meson.build config for the meta-program
The test
directory has the one for the dependent-program.