mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Fleshed out initial version of AST::is_equal( AST* ) Setup the test directory with initial files for each major validation test.
Test : Eskil Steenberg's Game Pipeline
Note: This validation test has not been implemented yet.
Repo : https://github.com/valiet/quel_solaar
This is a AST reconstruction test of the gamepipeline library.
- Download the 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