idank / bashlex

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

parser: allow script to be empty #92

Closed KyleFromNVIDIA closed 7 months ago

idank commented 7 months ago

Does this just fail with an exception right now?

KyleFromNVIDIA commented 7 months ago

Without the fix, yes, it throws an exception.