summaryrefslogtreecommitdiff
path: root/RGens/data/sample-grammars/martial-arts.gram
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2017-03-22 08:30:49 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2017-03-22 08:30:49 -0400
commit464b83c0dd41e51ab7a1dbbe4e3c30612b7ae9be (patch)
tree5041771f2e12f3e04d1527d51a82a32734d9a5d5 /RGens/data/sample-grammars/martial-arts.gram
parent9c1c8bba103d35eb9abeeba6b3ce8633ec10f9e7 (diff)
Partially update grammars.
Update some of the sample grammars to the new format.
Diffstat (limited to 'RGens/data/sample-grammars/martial-arts.gram')
-rwxr-xr-xRGens/data/sample-grammars/martial-arts.gram68
1 files changed, 34 insertions, 34 deletions
diff --git a/RGens/data/sample-grammars/martial-arts.gram b/RGens/data/sample-grammars/martial-arts.gram
index 7907e02..2f9f557 100755
--- a/RGens/data/sample-grammars/martial-arts.gram
+++ b/RGens/data/sample-grammars/martial-arts.gram
@@ -1,39 +1,39 @@
-[martial-arts-name] [art-1] [art-2]
- [art-1] [art-3]
- [art-2] [art-3]
- [art-1] [art-2] [art-3]
+[martial-arts-name] → [art-1] [art-2]
+ [art-1] [art-3]
+ [art-2] [art-3]
+ [art-1] [art-2] [art-3]
pragma initial-rule [martial-arts-name]
-[art-1] running
- hungry
- angry
- naked
- drunken
- fortunate
- lazy
- swift
- powerful
- enlightened
+[art-1] → running
+ hungry
+ angry
+ naked
+ drunken
+ fortunate
+ lazy
+ swift
+ powerful
+ enlightened
-[art-2] ox
- tiger
- dragon
- crane
- monkey
- turtle
- manticore
- serpent
- hummingbird
- demon
+[art-2] → ox
+ tiger
+ dragon
+ crane
+ monkey
+ turtle
+ manticore
+ serpent
+ hummingbird
+ demon
-[art-3] fist
- stance
- spinning kick
- attack
- technique
- style
- dance
- movement
- touch
- fu
+[art-3] → fist
+ stance
+ spinning kick
+ attack
+ technique
+ style
+ dance
+ movement
+ touch
+ fu