dundalek / GrammKit

Generate diagrams for parser grammars
http://dundalek.com/GrammKit/
The Unlicense
236 stars 19 forks source link

Print column and row information on syntax error #28

Open dundalek opened 11 months ago

dundalek commented 11 months ago

Currently the PEG and EBNF parser does not show very useful information on syntax error:

image

We could take inspiration from the Ohm parser which shows more useful mesage:

image