HandmadeHero/project/codegen/Readme.md
Ed_ 2f6e60d472 symbols for engine module are now generated into a header
Started to to use gencpp to codegen.

Now instead of loading the symbol table file made by the build script I can just have it get directly compiled.
2023-09-28 20:22:15 -04:00

5 lines
235 B
Markdown

# Project Code Generation
This directory contains metaprograms that generate code for the project.
Any code generated will be put into `*.gen.cpp` files within a gen folder for the respective module the metaprogram is generating for.