Re: CSS draft 4.0 [Level 2 YACC Spec]

Glenn Adams (glenn@stonehand.com)
Sun, 22 Oct 95 22:21:34 -0400


I said:

>From: Glenn Adams <glenn@stonehand.com>
>Date: Sun, 22 Oct 95 21:34:59 -0400
>
>3. op: '+' | '-' | '*' | '/' | INTERPOLATEHI | INTERPOLATELO | /* empty */;
>
>Produces 2 shift/reduce conflicts. Change to:
>
> op: '+' | '-' | '*' | '/' | INTERPOLATEHI | INTERPOLATELO;

However, I now see this change won't do since it will prevent valid
phrases, e.g., "font-family = times serif". I guess we'll have to
live with this ambiguity.

Regards,
Glenn