gencpp/singleheader
Ed_ b00c1ae522 ECode, ESpecifier, and ETokType are now all generated.
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.
2023-07-27 02:51:36 -04:00
..
components Finished initial implmentation bootstrap generation and singleheader implementation. 2023-07-25 15:12:51 -04:00
gen.singleheader.cpp ECode, ESpecifier, and ETokType are now all generated. 2023-07-27 02:51:36 -04:00
meson.build Progress towards bootstrap/singleheader generation 2023-07-24 22:19:21 -04:00
Readme.md Progress towards bootstrap/singleheader generation 2023-07-24 22:19:21 -04:00

Singleheader

gen.singleheader.cpp with its own meson.build generates the library as a single header gen.hpp. Following the same convention seen in the gb, stb, and zpl libraries.

( Currently WIP )