help-bison
[Top][All Lists]
Advanced

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

[FC-general] Re: How to change default outcome of shift/reduce conflict


From: M. Uli Kusterer
Subject: [FC-general] Re: How to change default outcome of shift/reduce conflict?
Date: Tue, 15 Jan 2002 15:14:23 +0100

>I think that the ASS (Accurate Structured Software) comes first; then those
>of you so inclined may KISS that ASS.

  You know that if someone were in that mood it could be
misinterpreted to be an insult ... Next time you might want to put a
smiley behind that, or a "<g>".

>Specifically, in the rule
>   x -> ANSWER expr WITH expr OR expr
>is "OR" allowed in the "expr" of the "ANSWER expr WITH" part?
>
>And, how do you want
>   ANSWER expr WITH expr OR expr OR expr OR expr
>to be interpreted? Possibilities:
>   ANSWER expr WITH (expr OR expr) OR (expr OR expr)
>   (ANSWER expr WITH expr OR expr) OR expr OR expr
>   ANSWER expr WITH expr OR (expr OR expr OR expr)
>   ...
>Or does it not matter, because the semantics is the same?
>
>When you know those things, you will know what to plug into your
>Bison .y file.

  That can be determined pretty easily by running it through HyperCard.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
        "The Witnesses of TeachText are everywhere..."
               http://www.weblayout.com/witness





reply via email to

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