gencpp/singleheader
Ed_ cf65638979 Started to generate the enums from csv (ECode, EOperator, ESpecifier).
- Changed the zpl csv parser to only accept hex values with 0x perfix. it was messing with the add term.
- Small changes to the clang format config.
2023-07-26 14:21:20 -04:00
..
components Finished initial implmentation bootstrap generation and singleheader implementation. 2023-07-25 15:12:51 -04:00
gen.singleheader.cpp Started to generate the enums from csv (ECode, EOperator, ESpecifier). 2023-07-26 14:21:20 -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 )