blob: e4535475efbd87447221061d8b16b5557f7c3d29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Synr is a library that provides a stable Abstract Syntax Tree for Python.
Features:
* The Synr AST does not change between Python versions.
* Every AST node contains line and column information.
* There is a single AST node for assignments (compared to three in Python's ast
module).
* Support for returning multiple errors at once.
* Support for custom error reporting.
WWW: https://github.com/octoml/synr
|