-
Maxime Perrotin authored
In Python2 the syntax errors were reported as printf during the parsing, but it is different in Python3. To detect syntax errors it is now necessary to go recursively in the tree of nodes and look for errors after the antlr parser has completed.
30229480