File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2536,16 +2536,12 @@ to stdout. Otherwise, the content is read from stdin.
2536
2536
code that generated them. This is helpful for tools that make source code
2537
2537
transformations.
2538
2538
2539
- `leoAst.py <https://leoeditor.com/appendices.html#leoast-py >`_ unifies the
2539
+ `leoAst.py <https://leo-editor.github.io/leo-editor/appendices.html#leoast-py >`_
2540
+ unifies the
2540
2541
token-based and parse-tree-based views of python programs by inserting
2541
2542
two-way links between tokens and ast nodes.
2542
2543
2543
2544
`LibCST <https://libcst.readthedocs.io/ >`_ parses code as a Concrete Syntax
2544
2545
Tree that looks like an ast tree and keeps all formatting details. It's
2545
2546
useful for building automated refactoring (codemod) applications and
2546
2547
linters.
2547
-
2548
- `Parso <https://parso.readthedocs.io >`_ is a Python parser that supports
2549
- error recovery and round-trip parsing for different Python versions (in
2550
- multiple Python versions). Parso is also able to list multiple syntax errors
2551
- in your python file.
You can’t perform that action at this time.
0 commit comments