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-07-09 22:15:25 -07:00
|
|
|
Not all the files are written how I would practically use the librarry, the containers for example would
|
|
|
|
be better on in c++ as templates, since the templates they generate are trivial symbols to inspect or debug.
|
2023-04-03 23:04:19 -07:00
|
|
|
|
2023-07-09 22:15:25 -07:00
|
|
|
An exmaple of a non-trival generation is a container for elements with SOA or AOS policy for layout.
|
|
|
|
(If a unified element syntax is desired)
|
2023-04-03 23:04:19 -07:00
|
|
|
|
2023-07-11 22:33:11 -07:00
|
|
|
The test is divided between two major sets of tests: Parsed and Upfront.
|