bekroogle / pegedit

A browser-based tool for editing PEG.js grammars.
http://pegedit.cspotrun.org
MIT License
0 stars 1 forks source link

Show errors #26

Closed bekroogle closed 9 years ago

bekroogle commented 9 years ago

Grammar & parse errors should be shown in the output panel (where the user expects to see their parse results.)

Consider using Foundation alerts to style the error messages.

Also... just maybe, make the errors clickable, so that they take you to the offending spot in the appropriate editor.