bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bison-1_29-branch] Documentation patch


From: Pascal Bart
Subject: Re: [bison-1_29-branch] Documentation patch
Date: Fri, 24 Aug 2001 23:00:40 +0000 (GMT)

On Fri, 24 Aug 2001, Robert Anisko wrote:

>This is my very first attempt, so, please, read it
>and tell me what you think.

Just any notes about your examples:

> @group
>         | '-' exp %preg NEG     @{ $$ = -$2; @}
>         | exp '^' exp           @{ $$ = pow ($1, $3); @}

You make a typing error, this is not `preg' but `prec'.
In your examples, you use `isdigit', so you should to include ctype.h.

I like it, good :).

Pascal Bart (address@hidden)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]