tdenniston / bish

Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.
MIT License
1.48k stars 36 forks source link

"Invalid token type for atom" don't show the line number. #47

Closed qinshulei closed 9 years ago

qinshulei commented 9 years ago
$ bish test-userlib.bish > test-userlib.bash
Bish parsing error: Invalid token type for atom.

It's not very convenient that the "Invalid token type for atom" don't show the line number.

tdenniston commented 9 years ago

@qinshulei Should be fixed. Thanks for reporting!