2023-04-03 23:04:19 -07:00
|
|
|
# Test
|
|
|
|
|
|
|
|
The following tests focus on attempting to generate some math, containers, and the memory module of zpl.
|
|
|
|
|
2023-06-28 22:37:42 -07:00
|
|
|
Not all the files are written how I would practically use the librarry,
|
2023-04-03 23:04:19 -07:00
|
|
|
|
2023-06-28 22:37:42 -07:00
|
|
|
There will be down the line a proper container, and memory libraries made with this gen library
|
|
|
|
once the stress test files are complete.
|
2023-04-03 23:04:19 -07:00
|
|
|
|
2023-06-28 22:37:42 -07:00
|
|
|
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.
|