bison-patches
[Top][All Lists]
Advanced

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

Re: yy_token_number_type and yyr1


From: Akim Demaille
Subject: Re: yy_token_number_type and yyr1
Date: 20 May 2002 11:00:40 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Paul" == Paul Hilfinger <address@hidden> writes:

Paul> yy_token_number_type is not big enough for yyr1, since the
Paul> former encompasses only translations of terminal symbols.

I think it is: both contain only internal token numbers.  yytranslate
is *indexed* by user token numbers (or, if you wish, yylex token
numbers), by they both range on the same set of values.

Or maybe I missed something?



reply via email to

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