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.
4 lines
289 B
C++
4 lines
289 B
C++
// Constructs an AST from the bootstrap generated gen files, then serializes it to a set of files.
|
|
// Using the new set of serialized files, reconstructs the AST and then serializes it again.
|
|
// The two sets of serialized files should be identical. (Verified by comparing the file hashes)
|