djrieger / mjplusplus

A compiler for the MiniJava language
http://djrieger.github.io/mjplusplus/doc/doxygen/html/
6 stars 1 forks source link

Fix incorrect position of marker for semantic errors #36

Closed djrieger closed 9 years ago

djrieger commented 9 years ago

Column number is right, but marker ist not. Maybe due to different representation of tab characters.

Semantic error at line 2, column 26: Type String of parameter a undeclared.
    public static void main(String[] a) {}
                         ^
Nidan commented 9 years ago

fixed in 2d76049