Hi everyone

Many of you might or might not have waited for Jedi's parser to be
released, finally:

https://github.com/davidhalter/parso
https://parso.readthedocs.io/en/latest/

Features include:
- Parsing each Python version in each Python version
- Good Error Recovery
- Round Trips
- Finding multiple syntax/indentation errors per file
- Finds all syntax errors, even the ones that CPython's ast.c,
compile.c and others raise
- Caching

~ Dave
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to