Ed_ 88d36f5d06 Update readme and scripts
Both bootstrap and singleheader now name the files the same as the library's default.
Output now directed toward gen directory for the corresponding dir (project, singleheader, or test)
2023-07-24 23:10:10 -04:00
..
2023-07-24 23:10:10 -04:00
2023-07-19 00:49:54 -04:00
2023-04-01 22:21:46 -04:00
2023-07-24 23:10:10 -04:00
2023-07-19 00:49:54 -04:00
2023-04-01 22:21:46 -04:00
2023-07-24 23:10:10 -04:00

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.