-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deyaccification scenario for B=AB? ==> B=A+
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@339 ab42f6e0-554d-0410-b580-99e487e6eeb2
- Loading branch information
1 parent
5417c25
commit 3952994
Showing
4 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<xns1:grammar xmlns:xns1="http://planet-sl.org/bgf"> | ||
<xns1:production> | ||
<nonterminal>Annotations</nonterminal> | ||
<xns1:expression> | ||
<plus> | ||
<xns1:expression> | ||
<nonterminal>Annotation</nonterminal> | ||
</xns1:expression> | ||
</plus> | ||
</xns1:expression> | ||
</xns1:production> | ||
</xns1:grammar> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<bgf:grammar xmlns:bgf="http://planet-sl.org/bgf"> | ||
<bgf:production> | ||
<nonterminal>Annotations</nonterminal> | ||
<bgf:expression> | ||
<sequence> | ||
<bgf:expression> | ||
<nonterminal>Annotation</nonterminal> | ||
</bgf:expression> | ||
<bgf:expression> | ||
<optional> | ||
<bgf:expression> | ||
<nonterminal>Annotations</nonterminal> | ||
</bgf:expression> | ||
</optional> | ||
</bgf:expression> | ||
</sequence> | ||
</bgf:expression> | ||
</bgf:production> | ||
</bgf:grammar> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<xbgf:sequence | ||
xmlns:bgf="http://planet-sl.org/bgf" | ||
xmlns:xbgf="http://planet-sl.org/xbgf"> | ||
<xbgf:deyaccify>Annotations</xbgf:deyaccify> | ||
</xbgf:sequence> |