File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2520,7 +2520,8 @@ to stdout. Otherwise, the content is read from stdin.
2520
2520
code that generated them. This is helpful for tools that make source code
2521
2521
transformations.
2522
2522
2523
- `leoAst.py <https://leoeditor.com/appendices.html#leoast-py >`_ unifies the
2523
+ `leoAst.py <https://leo-editor.github.io/leo-editor/appendices.html#leoast-py >`_
2524
+ unifies the
2524
2525
token-based and parse-tree-based views of python programs by inserting
2525
2526
two-way links between tokens and ast nodes.
2526
2527
@@ -2532,4 +2533,4 @@ to stdout. Otherwise, the content is read from stdin.
2532
2533
`Parso <https://parso.readthedocs.io >`_ is a Python parser that supports
2533
2534
error recovery and round-trip parsing for different Python versions (in
2534
2535
multiple Python versions). Parso is also able to list multiple syntax errors
2535
- in your python file.
2536
+ in your Python file.
You can’t perform that action at this time.
0 commit comments