idank / bashlex

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

parser/tests: fix issue $(a;b) #6

Closed blurrymoi closed 8 years ago

blurrymoi commented 8 years ago

i hope this fixes the problem

idank commented 8 years ago

Thanks! How did you come up with the fix? On Jan 31, 2016 4:28 AM, "blurrymoi" notifications@github.com wrote:

i hope this fixes the problem

You can view, comment on, or merge this pull request online at:

https://github.com/idank/bashlex/pull/6 Commit Summary

  • parser/tests: fix issue $(a;b)

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/idank/bashlex/pull/6.

blurrymoi commented 8 years ago

I spent some time getting acquainted with bashlex as I am going to use it in my bachelor's thesis :)

idank commented 8 years ago

Nice! Let me know if you need anything.

I'm probably going to take this blindly since it's going to take me several hours to understand the generated parser again.