peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
906 stars 64 forks source link

error location at diffrent place between online-editor and parsed-error #443

Open IAIAE opened 10 months ago

IAIAE commented 10 months ago

the error location seems diffrent.

image

the error tip in online-editor is more desirable. but the compiled parser provides another ambiguous one.

how to get the online-editor version?

hildjj commented 6 months ago

Are you sure you're using a grammar generated by the latest version of peggy? Do you have a project or example I can look at to help diagnose?