I thought I checked this before the last pull request, but it seems that the global variables create an issue when translating multiple files (as when testing). This is because the global ident value is not reset between files.
Now, multiple transpiler objects can be created from the Transpiler class, each with their own local ident values.
I thought I checked this before the last pull request, but it seems that the global variables create an issue when translating multiple files (as when testing). This is because the global
ident
value is not reset between files.Now, multiple transpiler objects can be created from the Transpiler class, each with their own local
ident
values.