Python port of the parser used internally by GNU bash
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

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/idank/bashlex
