zaach / jison

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

Add detail grammar error output #321

Open facetothefate opened 8 years ago

facetothefate commented 8 years ago

Add detail grammar error output, which will help developer find the yacc grammar error quickly.

The current version will only show an error with a single text, which is not friendly.