On Wed, 9 Feb 2011, Matt Cupp wrote:
> I downloaded the version 2.4.3 .gz file from the GNU server (
> http://ftp.gnu.org/gnu/bison/) and built it using MinGW/MSYS on Windows 7.
> It appears to work correctly, but when I execute the bison.exe with the
> --version option, it reports as version 2.4.
How does the error recovery work? like, i'll give an example of what i want
to do and what i got.
My input file is
---
codehere
Msg before the error
var1 = "sz"blah
Msg after the error
cout << "text"
--
as you know, blah should not be there. It should end at "sz" or have a +
between blah and sz.