gencpp/test
2023-05-06 16:15:49 -04:00
..
gen Upfront constructors almost completely fleshed out. 2023-04-10 21:33:06 -04:00
NonParsed Converting api to use custom string types. 2023-05-06 16:15:49 -04:00
Parsed WIP: Converting api to use custom String types 2023-05-06 15:49:43 -04:00
meson.build Gutting test code, going to be just doing it proeprly when the library upfornt api is done. 2023-04-09 14:51:37 -04:00
Readme.md WIP: Still reworking based on design changes. 2023-04-04 15:53:29 -04:00
sanity_suite.cpp Finished to_string initial impl 2023-04-23 00:43:31 -04:00
test.cpp Somehow overlooked unions... More stuff on parser constructors 2023-04-23 22:53:30 -04:00

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 is a bunch of conditionally compiled code for testing different aspects of the library.

Specifically, Array.hpp is far more complicated that it would need to be;
with at least double the code that it would actually have to define itself.

There will be down the line a proper container, and memory libraries made with this gen library
once the stress test files are complete.