idank / bashlex

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

tokenizer: fix backslash newline and multiple newlines at end #82

Closed hsiam261 closed 1 year ago

hsiam261 commented 1 year ago

I am reopening #80 which has been stale for a while with the changes requested by @idank. This PR like the previous one addresses two active issues: https://github.com/idank/bashlex/issues/74 and https://github.com/idank/bashlex/issues/79. I will be making further necessary changes if requested and will try to get these two issues resolved.

idank commented 1 year ago

thanks for closing this out and also thanks to @lacraig2 for the original work!