Files
bison/doc
Akim Demaille 1817b475a6 doc: promote %nterm over %type
As an extension to POSIX Yacc, Bison's %type accepts tokens.
Unfortunately with string literals as implicit tokens, this is
misleading, and led some users to write

    %type <exVal> cond "condition"

believing that "condition" would be associated to the 'cond'
nonterminal (see https://github.com/apache/httpd/pull/72).

* doc/bison.texi: Promote %nterm rather than %type to declare the type
of nonterminals.
2019-11-16 12:54:44 +01:00
..
2013-08-01 11:41:49 +02:00
2019-10-22 10:40:12 +02:00
2019-11-16 12:54:44 +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