| 1 | """A lexical analyzer class for simple shell-like syntaxes.""" |
| 2 | |
| 3 | # Module and documentation by Eric S. Raymond, 21 Dec 1998 |
| 4 | # Input stacking and error message cleanup added by ESR, March 2000 |
nothing calls this directly
no test coverage detected