1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-07-14 17:38:57 -07:00

first serialization of singlehearder without asserts. (Still failing after around 4k lines.

This commit is contained in:
2023-08-01 16:07:47 -04:00
parent 0f16d1131e
commit 684569750d
6 changed files with 55 additions and 31 deletions

@ -28,7 +28,7 @@ void check_singleheader_ast()
}
Builder builder;
builder.open( "singleheader_copy.hpp" );
builder.open( "singleheader_copy.gen.hpp" );
log_fmt("serializng ast\n");
builder.print( ast );
builder.write();