idank / bashlex

Python parser for bash
GNU General Public License v3.0
561 stars 94 forks source link

tokenizer: remove unused COND_ERROR #21

Closed josephfrazier closed 7 years ago

josephfrazier commented 7 years ago

This fixes https://github.com/idank/bashlex/issues/20, as can be shown by comparing the output of the following command before/after this change:

rm bashlex/parsetab.py*; make tests