On Fri, 11 Mar 2005, Edulix wrote:

> But I'm having problems with the lea.y file. It just complains for every rule
> like this:
> $ bison --verbose -d lea.y
> lea.y:124.34-35: $1 of `program' has no declared type
> lea.y:124.42-43: $3 of `program' has no declared type

> Anyone can help me with this please? Any ideas? Any suggestions ?
>

Apparently, you need to declare types for the symbols used on the
right-hand side of your rule for `program'.

Laurence Finston



_______________________________________________
[email protected] http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to