ports/devel/py-asttokens/pkg/DESCR

7 lines
323 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
The asttokens module annotates Python abstract syntax trees (ASTs) with
the positions of tokens and text in the source code that generated them.
It makes it possible for tools that work with logical AST nodes to
find the particular text that resulted in those nodes, for example for
automated refactoring or highlighting.