mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
14 lines
501 B
Markdown
14 lines
501 B
Markdown
# 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.
|