bison-patches
[Top][All Lists]
Advanced

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

Re: [trunk]: I-option2.patch


From: Akim Demaille
Subject: Re: [trunk]: I-option2.patch
Date: 28 Nov 2001 11:11:37 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| > Also, are you sure the _reader_ should go for a string instead of
| > waiting for a string from the scanner.  I tend to think the approach
| > is wrong.  The scanner knows how to swallow strings, you should rely
| > on that.
| 
| I'm not sure that the scanner can do that the time being.

Err, what is the problem?  Is already does with multichar tokens such
as in

%token AND "and"

I can see there might be an issue with its believing its a token,
indeed, but basically the code is more or less ready.  But I
understand your fear, I think.

| Moreover, the filenames can be built with all characters between
| 1 and 127 (ascii). That is a special manipulation.

Huh?  I don't get this.  I fail to see the point of such a limitation.



reply via email to

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