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

pedantic improvements (variables in ${}, printf instead of echo) #75

Open Artoria2e5 opened 4 years ago

tdenniston commented 4 years ago

Hello,

Thanks for your contribution! I am not maintaining bish currently, but I appreciate the PR nonetheless.

I checked out your branch locally but it appears the new test is failing on my machine:

$ ./bish -r tests/twelve.bish
', line 1 token character at character '
Assertion failed: (false), function get_token, file src/Tokenizer.cpp, line 252.
Abort trap: 6

There also appears to be an extra file 1.bish that should be removed.

Artoria2e5 commented 4 years ago

Oh gosh it's the CRLF again. Should be fixed now.