All,
Hello, I'm an undergrad CS student from West Virginia University, and I'm
taking Compiler Construction this semester.
In using Bison (I am using 3.0.2), I tried to run and compile an example my
professor created in class which kept giving me this rpl_fprintf error
about the yyerror function.
On Thu, Sep 25, 2014 at 09:31:02PM -0400, Bob Rossi wrote:
> Hi,
>
> I'm writing a pure bison push parser in C.
>
> I've unit tested the parser well, but now I'm starting to unit test
> it when the parser has a syntax error. This has proved challenging.
>
> The grammar is lined based. So from a