ports/devel/py-bashlex/pkg-descr
2025-03-31 02:12:29 -07:00

7 lines
221 B
Plaintext

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:
* it does not execute anything
* it is reentrant
* it generates a complete AST