idank / bashlex

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

Tokenizer: Added support for alphanumeric variable names #69

Closed BlankCanvasStudio closed 2 years ago

BlankCanvasStudio commented 2 years ago

Added support for alphanumeric variables. Messed up in squashing my commits, reset the branch, and so the old pull request closed. Sorry for all the trouble.

idank commented 2 years ago

thanks, one small nit (sorry :), can you lower case the commit message? also add fixes with the issue id:

tokenizer: add support for alphanumeric variable names (fixes #66)

BlankCanvasStudio commented 2 years ago

Converted everything to lower case and added "fixes #66"