[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Porting from AT&T yacc to bison
From: |
Mike Bezman |
Subject: |
Re: Porting from AT&T yacc to bison |
Date: |
Fri, 15 Nov 2002 14:20:44 -0600 |
Hi !!
I have all statements in yacc being closed by semicolon.
Thanks, Mike
----- Original Message -----
From: "Mike Bezman" <address@hidden>
To: "Mike Bezman" <address@hidden>; "Akim Demaille"
<address@hidden>
Cc: <address@hidden>
Sent: Friday, November 15, 2002 9:33 AM
Subject: Re: Porting from AT&T yacc to bison
> Hi !!
> The error messages are all parse errors.
> Thanks, Mike
> ----- Original Message -----
> From: "Akim Demaille" <address@hidden>
> To: "Mike Bezman" <address@hidden>
> Cc: <address@hidden>
> Sent: Friday, November 15, 2002 3:22 AM
> Subject: Re: Porting from AT&T yacc to bison
>
>
> >
> > Mike> Hi !! I am trying to port lex/yacc code which was compiled by
> > Mike> AT&T lex/yacc before to be compiled by Flex/Bison. The code
> > Mike> compiles ok ,but when I am trying to run my example using
> > Mike> Flex/Bison version of the compiled code it doesn't seem to
> > Mike> recognize anything (i.e. tokens and grammas) from Yacc file. It
> > Mike> worked fine before (with AT&T versions). Anything I am mising
> > Mike> ? My options: flex -l and bison -t -d
> >
> > The file and the error messages _might_ help us.
>