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
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Hello! Lezer is a brilliant parser generator, but one thing that is bothering me is that the strict error messages are very, very bare ("No parse at 42"), not telling much.
So my question is, is there any way to get better error messages? If not through Lezer then through some sort of algorithm I could implement in my programs? I would love some pointers, as tree nodes don’t seem to have much in the way of information for error messages.
Hello! Lezer is a brilliant parser generator, but one thing that is bothering me is that the
stricterror messages are very, very bare ("No parse at 42"), not telling much.So my question is, is there any way to get better error messages? If not through Lezer then through some sort of algorithm I could implement in my programs? I would love some pointers, as tree nodes don’t seem to have much in the way of information for error messages.
Thank you!