You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of peggy will generate a SyntaxError class that has a format() method for displaying a more informative error message. This is described in the documentation here, and implemented in the peggy source here: lib/compiler/passes/generate-js.js
It would be great to have this feature built into ts-pegjs as well! Should I try submitting a pull request for this?
The text was updated successfully, but these errors were encountered:
The current version of peggy will generate a SyntaxError class that has a format() method for displaying a more informative error message. This is described in the documentation here, and implemented in the peggy source here: lib/compiler/passes/generate-js.js
It would be great to have this feature built into ts-pegjs as well! Should I try submitting a pull request for this?
The text was updated successfully, but these errors were encountered: