mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
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)
|