blob: bd01a1291a541def61531b94774b99c12af9902e (
plain) (
blame)
1
2
3
4
5
6
|
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
|