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

Improve type checking error messages #56

Closed tdenniston closed 9 years ago

tdenniston commented 9 years ago

The type checker simply fails an assertion if some statement fails to typecheck. It would be nice if these messages point to the line number of the error.