Ludvig Strigeus Fri, 03 Jun 2005 05:27:38 -0700
I'm using lemon to make a simple parser.I want to get more descriptive error messages.
Right now, it prints Syntax error near '123'. Is there some way to make it print Syntax error near '123', expecting ';' or something similar? /Ludvig