Files
bison/doc
Akim Demaille ca796220ec doc: don't promote dangling aliases
String literals as tokens serve two distinct purposes: freeing from
having to implement the keyword matching in the scanner, and improving
error messages.  Most of the time both can be achieved at the same
time, but on occasions, it does not work so well.

We promote their use for error messages.  We will also still support
the former case, but it is _not_ the recommended approach.

* doc/bison.texi (Tokens from Literals): Clearly state that we don't
recommend looking up the token types in the list of token names.
2019-11-18 09:15:35 +01:00
..
2013-08-01 11:41:49 +02:00
2019-10-22 10:40:12 +02:00
2019-11-18 09:15:35 +01:00
2018-10-05 07:01:06 +02:00
2019-11-10 14:59:11 +01:00
2019-01-05 14:58:05 +01:00
2007-11-14 13:18:44 +00:00