mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Ed_
5e79e8ba65
Fleshed out initial version of AST::is_equal( AST* ) Setup the test directory with initial files for each major validation test. |
||
---|---|---|
.. | ||
Readme.md | ||
validate.ps1 | ||
validate.zpl-c.cpp |
Test : ZPL-C Reconstruction
Note: This validation test has not been implemented yet.
Repo : https://github.com/zpl-c/zpl
This is a AST reconstruction test of the ZPL-C library.
Much of the dependency code used in gencpp is derived from the ZPL-C library. In the future I could directly generate that related code from the ZPL-C library.
For now it just does the following:
- Download the ZPL-C library
- Grab all header and source file paths
- Generate an ast for each file and serialize it to a file called .gen.<h/c>
- Reconstruct the ast from the generated file
- Compare the original ast to the reconstructed ast