Lines Matching full:bison
4 xml2dot.xsl - transform Bison XML Report into DOT.
8 This file is part of Bison, the GNU Compiler Compiler.
28 xmlns:bison="http://www.gnu.org/software/bison/">
30 <xsl:import href="bison.xsl"/>
34 <xsl:apply-templates select="bison-xml-report"/>
37 <xsl:template match="bison-xml-report">
38 <xsl:text>// Generated by GNU Bison </xsl:text>
161 <xsl:apply-templates select="key('bison:ruleByNumber', @rule-number)">
165 select="key('bison:ruleByNumber', $prev-rule-number)/lhs[text()]"