Path to this page:
./
shells/py-bashlex,
Python parser for bash
Branch: CURRENT,
Version: 0.18,
Package name: py312-bashlex-0.18,
Maintainer: pkgsrc-usersbashlex is a Python port of the parser used internally by GNU bash.
For the most part it's transliterated from C, the major differences are:
1. it does not execute anything
2. it is reentrant
3. it generates a complete AST
Master sites:
Filesize: 67.131 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-bashlex-0.18
- (2024-08-09) Package added to pkgsrc.se, version py311-bashlex-0.18 (created)
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-08-09 13:15:14 by Thomas Klausner | Files touched by this commit (4) |
Log message:
shells/py-bashlex: import py-bashlex-0.18
bashlex is a Python port of the parser used internally by GNU bash.
For the most part it's transliterated from C, the major differences are:
1. it does not execute anything
2. it is reentrant
3. it generates a complete AST
|