A lot of fixes

This commit is contained in:
Jérôme Leclercq
2021-05-28 22:58:40 +02:00
parent ff505e9019
commit c2b61b6732
6 changed files with 21 additions and 11 deletions

View File

@@ -175,7 +175,7 @@ namespace Nz
AppendHeader();
sanitizedAst->Visit(*this);
targetAst->Visit(*this);
return state.stream.str();
}