Introduce syntax checking for antlr3/python3
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.
Please register or sign in to comment