mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
2007-10-11 change, the child elements here are items not rules. (<xsl:template match="item"): New. (xsl:template match="rule"): Update for new reduced itemset. (xsl:template match="point"): Remove. (xsl:template match="empty"): For consistency with --graph, don't output "/* empty */". * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking line-wrap, don't pass a negative value as first-line-length since this won't work with the following changes. (xsl:template name="line-wrap"): Simplify slightly. (xsl:template name="ws-search"): Eliminate recursion. * src/print_graph.c (print_core): Don't print a reduction's lookahead set next to an item whose dot is not at the end of the RHS even if it happens to be associated with the same rule.
This commit is contained in:
18
ChangeLog
18
ChangeLog
@@ -1,3 +1,21 @@
|
||||
2007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
|
||||
2007-10-11 change, the child elements here are items not rules.
|
||||
(<xsl:template match="item"): New.
|
||||
(xsl:template match="rule"): Update for new reduced itemset.
|
||||
(xsl:template match="point"): Remove.
|
||||
(xsl:template match="empty"): For consistency with --graph, don't
|
||||
output "/* empty */".
|
||||
* data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
|
||||
line-wrap, don't pass a negative value as first-line-length since this
|
||||
won't work with the following changes.
|
||||
(xsl:template name="line-wrap"): Simplify slightly.
|
||||
(xsl:template name="ws-search"): Eliminate recursion.
|
||||
* src/print_graph.c (print_core): Don't print a reduction's lookahead
|
||||
set next to an item whose dot is not at the end of the RHS even if it
|
||||
happens to be associated with the same rule.
|
||||
|
||||
2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Add %define lr.keep_unreachable_states.
|
||||
|
||||
Reference in New Issue
Block a user