Skip to content

Commit

Permalink
test new extract
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@266 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Sep 12, 2008
1 parent 0caf9e7 commit effeff8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions topics/java/lci/xbgf/refactorStatements.xbgf
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<xbgf:extract>
<bgf:production>
<nonterminal>WhileStatement</nonterminal>
<nonterminal>ParExpression</nonterminal>
<bgf:expression>
<sequence>
<bgf:expression>
<terminal>while</terminal>
<terminal>(</terminal>
</bgf:expression>
<bgf:expression>
<nonterminal>ParExpression</nonterminal>
<nonterminal>Expression</nonterminal>
</bgf:expression>
<bgf:expression>
<nonterminal>Statement</nonterminal>
<terminal>)</terminal>
</bgf:expression>
</sequence>
</bgf:expression>
Expand Down Expand Up @@ -199,4 +199,4 @@
</xbgf:define>
<xbgf:inline>StatementExpressionList</xbgf:inline>
<!--...-->
</xbgf:sequence>
</xbgf:sequence>

0 comments on commit effeff8

Please sign in to comment.