mirror of
https://github.com/Ed94/gencpp.git
synced 2025-11-04 07:46:12 -08:00
Also now doing comment serialization on def_comment directly as parse_comment doesn't need it. Essentially comment ast types serialize the same way s untyped and execution ASTs
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 )