Path to this page:
./
wip/py-baron,
Full Syntax Tree for python to make writing refactoring code
Branch: CURRENT,
Version: 0.6.1,
Package name: py312-baron-0.6.1,
Maintainer: kamelderouicheBaron 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)
- (2024-09-19) Updated to version: py312-baron-0.6.1
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-baron-0.6.1
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-baron-0.6.1
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.
|