Skip to content
  • Maxime Perrotin's avatar
    Introduce syntax checking for antlr3/python3 · 30229480
    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