umut-sahin / dotlr

An LR(1) parser generator and visualizer created for educational purposes.
Apache License 2.0
91 stars 4 forks source link

Make location information in errors consistent #19

Open umut-sahin opened 1 week ago

umut-sahin commented 1 week ago

We have

Some errors print the location of the error as at {}:{} and others print it as at line {} column {}. Let's make the error messages consistent.