gencpp/test
Ed_ 4db9aadea7 HashTable non-parsed implemented.
Improved the text to string macros!
2023-07-01 00:23:40 -04:00
..
gen remvoing generated file (shouldn't be tracked) 2023-06-29 22:50:08 -04:00
NonParsed HashTable non-parsed implemented. 2023-07-01 00:23:40 -04:00
Parsed Finished array test (parsed/nonparsed) 2023-05-06 18:35:11 -04:00
DummyInclude.hpp Removed incremental API, fixes for operator__validation, added formatting pass on generated files 2023-06-29 22:48:47 -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 Update readmes. Some minor changes to the API. 2023-06-29 01:37:42 -04:00
test.cpp HashTable non-parsed implemented. 2023-07-01 00:23:40 -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 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.