]> git.saurik.com Git - bison.git/commit
* data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 21 Oct 2007 15:34:08 +0000 (15:34 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 21 Oct 2007 15:34:08 +0000 (15:34 +0000)
commit255a6b901a07ae572562f25a72b56a2fcc6b0b9e
treeb27a8b91cd542c861708b2d97acee2ab71d3f249
parent31984206a710101776d1db64009aff6c7962551c
* 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.
ChangeLog
data/xslt/xml2dot.xsl
data/xslt/xml2text.xsl
src/print_graph.c