mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
Note: the previous patch partially drops semantic-parser' support: it always does rule_length - n', where semantic parsers ought to always use `-n'.
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
(copy_at, copy_dollar): Instead of outputting the hard coded
|
(copy_at, copy_dollar): Instead of outputting the hard coded
|
||||||
values of $$, $n and so forth, output invocation to b4_lhs_value,
|
values of $$, $n and so forth, output invocation to b4_lhs_value,
|
||||||
b4_lhs_location, b4_rhs_value, and b4_rhs_location.
|
b4_lhs_location, b4_rhs_value, and b4_rhs_location.
|
||||||
|
Note: this patch partially drops `semantic-parser' support: it
|
||||||
|
always does `rule_length - n', where semantic parsers ought to
|
||||||
|
always use `-n'.
|
||||||
* data/bison.simple, data/bison.c++ (b4_lhs_value)
|
* data/bison.simple, data/bison.c++ (b4_lhs_value)
|
||||||
(b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
|
(b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user