Skip to content

Commit

Permalink
some retagging and wiki massaging
Browse files Browse the repository at this point in the history
  • Loading branch information
grammarware committed Jan 22, 2013
1 parent 8e5bf0b commit eef72b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion topics/documents/wiki/genHome.py
Expand Up @@ -19,7 +19,7 @@
,
['abridge', 'abstractize', 'addH', 'addV', 'anonymize', 'appear', 'chain', 'concretize', 'deanonymize', 'define', 'designate', 'detour', 'deyaccify', 'disappear', 'distribute', 'downgrade', 'dump', 'eliminate', 'equate', 'extract', 'factor', 'fold', 'horizontal', 'importG', 'inject', 'inline', 'introduce', 'lassoc', 'massage', 'narrow', 'permute', 'project', 'rassoc', 'redefine', 'removeH', 'removeV', 'renameT', 'renameL', 'renameN', 'renameS', 'replace', 'undefine', 'unfold', 'unite', 'unlabel', 'upgrade', 'vertical', 'widen', 'yaccify','bypass','concatT','splitT','splitN']
,
['RetireTs', 'RetireSs', 'RetireLs', 'RenameAll', 'Reroot2top', 'RetireTop', 'SubGrammar', 'VerticalAll', 'HorizontalAll', 'DistributeAll', 'VerticalDistributeAll', 'DeyaccifyAll', 'RYaccifyAll', 'LYaccifyAll', 'Retire lazy', 'ANF|Abstract Normal Form', 'FoldG', 'Retire seplists', 'Retire iterations', 'UnchainAll']
['RetireTs', 'RetireSs', 'RetireLs', 'RenameAll', 'Reroot2top', 'RetireTop', 'SubGrammar', 'VerticalAll', 'HorizontalAll', 'DistributeAll', 'VerticalDistributeAll', 'DeyaccifyAll', 'RYaccifyAll', 'LYaccifyAll', 'Retire lazy', 'ANF|Abstract Normal Form', 'FoldG', 'Retire seplists', 'Retire iterations', 'UnchainAll', 'InlineLazy', 'InlinePlus']
]

l = len(h)
Expand Down
2 changes: 1 addition & 1 deletion topics/documents/wiki/texts
Submodule texts updated from 98d31c to 754175
3 changes: 2 additions & 1 deletion topics/export/rascal/bgf2rsc-unsafe.xslt
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:bgf="http://planet-sl.org/bgf" xmlns:xhtml="http://www.w3.org/1999/xhtml" version="1.0">
<!-- wiki: BGF2Rascal -->
<xsl:output method="text" encoding="UTF-8" omit-xml-declaration="yes"/>
<xsl:param name="grammarname"/>
<xsl:param name="imports" default="''"/>
<xsl:template match="/bgf:grammar">
<xsl:text>@contributor{bgf2src automated exporter - SLPS}
<xsl:text>@contributor{BGF2Rascal automated exporter - SLPS - http://github.com/grammarware/slps/wiki/BGF2Rascal}
module </xsl:text>
<xsl:value-of select="$grammarname"/>
<xsl:text>
Expand Down
3 changes: 2 additions & 1 deletion topics/export/rascal/bgf2rsc.xslt
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:bgf="http://planet-sl.org/bgf" xmlns:xhtml="http://www.w3.org/1999/xhtml" version="1.0">
<!-- wiki: BGF2Rascal -->
<xsl:output method="text" encoding="UTF-8" omit-xml-declaration="yes"/>
<xsl:param name="grammarname"/>
<xsl:param name="imports" default="''"/>
<xsl:template match="/bgf:grammar">
<xsl:text>@contributor{bgf2src automated exporter - SLPS}
<xsl:text>@contributor{BGF2Rascal automated exporter - SLPS - http://github.com/grammarware/slps/wiki/BGF2Rascal}
module </xsl:text>
<xsl:call-template name="capitalise">
<xsl:with-param name="n" select="$grammarname"/>
Expand Down

0 comments on commit eef72b9

Please sign in to comment.