mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 07:44:45 -08:00
Ed_
a0250d1109
- Readonly overcompilcates things for the scope of this project. I'm avoding const correctness to avoid mental overhead. - Indentation was removed as it still required a formatting pass after, and the only significant thing needed was the newlines. - Removed some opinionated takes from readme, trying to keep it straight to the point. - Used def_execution more in array and ring defs (was using untyped_str when could have been using execution...) |
||
---|---|---|
.. | ||
gen | ||
NonParsed | ||
Parsed | ||
DummyInclude.hpp | ||
meson.build | ||
Readme.md | ||
test.cpp |
Test
The following tests focus on attempting to generate some math, containers, and the memory module of zpl.
Not all the files are written how I would practically use the librarry,
There will be down the line a proper container, and memory libraries made with this gen library once the stress test files are complete.
The test is divided between two major sets of tests: Parsed and Nonparsed.
Parsed uses the parsing api strictly. NonParsed only uses the upfront and incremental constructors.