zaach / jison

Bison in JavaScript.
http://jison.org
4.34k stars 448 forks source link

Fix issue where the location of the past lexer input is reported on error #356

Open JohanAhlen opened 7 years ago

JohanAhlen commented 7 years ago

This takes care of an issue where the location of an error is reported for the previous input of the lexer and not of the actual text that causes the error.