Re: yyerrok is missing in C++ parser

2008-08-17 Thread Joel E. Denny
On Tue, 12 Aug 2008, Lucian Smith wrote: > If I recall correctly, in my own C++ code, I had to have an actual > grammar line that *used* 'yyerrok' before bison would put the relevant > code into the .tab.cpp file. > Similar things happened with yylloc, I believe. Bison parses semantic actions

Re: yyerrok is missing in C++ parser

2008-08-17 Thread kogorman
this patch made my parser and lexer compile. thanks. unfortunately, three things make it hard for me to investigate further at the moment. 1. in the meantime, i've had hand surgery, and my typing is inaccurate and laborious. the pain meds don't help, either. 2. i'm working from a batch-m