asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
139 stars 11 forks source link

Fixed compiler reporting wrong lines. #188

Closed MLanghof closed 7 years ago

MLanghof commented 7 years ago

When errors would happen during statement measuring/compilation, the error message would just list the last line in the input code as the source of the problem. Now it gets the line correct every time.