./devel/py-baron, Full Syntax Tree for python to make writing refactoring code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.1, Package name: py310-baron-0.6.1, Maintainer: kamelderouiche

Baron is a Full Syntax Tree (FST) library for Python. By opposition to
an `AST <https: en.wikipedia.org="" wiki="" abstract_syntax_tree="">`__ which
drops some syntax information in the process of its creation (like empty
lines, comments, formatting), a FST keeps everything and guarantees the
operation fst\_to\_code(code\_to\_fst(source\_code)) == source\_code.


Required to run:
[devel/py-setuptools] [devel/py-rply] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 685e2192ab87ed4bf69cf9061523f6d92a0c3883
Filesize: 35.581 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-02 00:48:21 by Kamel Ibn Aziz Derouiche | Files touched by this commit (4)
Log message:
Import py27-baron-0.6.1 as wip/py-baron.

Baron is a Full Syntax Tree (FST) library for Python. By opposition to
an `AST <https: en.wikipedia.org="" wiki="" \ 
abstract_syntax_tree="">`__ which
drops some syntax information in the process of its creation (like empty
lines, comments, formatting), a FST keeps everything and guarantees the
operation fst\_to\_code(code\_to\_fst(source\_code)) == source\_code.