1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-07-11 16:15:44 -07:00
Files
.vscode
docs
project
scripts
singleheader
test
GamePipeline
Readme.md
validate.gamepipeline.cpp
validate.ps1
Godot
Unreal
ZPL-C
_old
CURSED_TYPEDEF.h
Readme.md
SOA.cpp
parsing.cpp
parsing.hpp
sanity.cpp
test.cpp
upfront.cpp
upfront.hpp
validate.bootstrap.cpp
validate.singleheader.cpp
.editorconfig
.gitignore
LICENSE
Readme.md
gencpp.10x
gencpp.sln
gencpp.sln.DotSettings.user
gencpp.vcxproj
gencpp.vcxproj.filters
gencpp.vcxproj.user
gencpp/test/GamePipeline
Ed_ 5e79e8ba65 Started to setup for codebase validation tests.
Fleshed out initial version of AST::is_equal( AST* )

Setup the test directory with initial files for each major validation test.
2023-08-22 16:01:50 -04:00
..

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.

  1. Download the library
  2. Grab all header and source file paths
  3. Generate an ast for each file and serialize it to a file called .gen.<h/c>
  4. Reconstruct the ast from the generated file
  5. Compare the original ast to the reconstructed ast