summaryrefslogtreecommitdiff
path: root/RGens/data/sample-grammars/superhero.gram
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2017-02-07 10:32:57 -0500
committerbculkin2442 <bjculkin@mix.wvu.edu>2017-02-07 10:32:57 -0500
commit3b07acb43c5f865c65094ae891f5a2dc791c8088 (patch)
tree45e65344aa4ff277c48834344c723cc57f4387a9 /RGens/data/sample-grammars/superhero.gram
parent03838b1b6c0a71042b69b2cb3de5faaf7a526596 (diff)
Update
Diffstat (limited to 'RGens/data/sample-grammars/superhero.gram')
-rwxr-xr-xRGens/data/sample-grammars/superhero.gram142
1 files changed, 142 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/superhero.gram b/RGens/data/sample-grammars/superhero.gram
new file mode 100755
index 0000000..c4f6e15
--- /dev/null
+++ b/RGens/data/sample-grammars/superhero.gram
@@ -0,0 +1,142 @@
+[superhero] [first-part] [second-part]
+ [second-part] [first-part]
+
+pragma initial-rule [superhero]
+
+pragma suffix-with [superhero] [third-part]
+pragma suffix-with [superhero] [fourth-part]
+
+[first-part] Captain
+ Yellow
+ Star
+ Incredible
+ Lightning
+ Silver
+ Phoenix
+ Wonder
+ Super
+ Green
+ Courageous
+ Iron
+ Black
+ Invisible
+ Professor
+ Night
+ Silent
+ Red
+ Thunder
+ General
+ Time
+ Scarlet
+ Grand
+ Arcane
+ White
+ [gender-title]
+
+[gender-title] Mr
+ Ms
+ Mister
+ Miss
+ Dr
+ Doctor
+ Professor
+ Lord
+ Lady
+ King
+ Queen
+ Prince
+ Princess
+
+[second-part] Hawk
+ Phantom
+ Fist
+ Hex
+ Soldier
+ Raven
+ Patriot
+ Hope
+ Stallion
+ Chimera
+ Archer
+ Raptor
+ Lord
+ Ninja
+ Eagle
+ Bolt
+ Boulder
+ Knight
+ Brain
+ Fusion
+ Crusader
+ Shepherd
+ Flame
+ Orchid
+ Rider
+ Torch
+
+[third-part] The [third-part-act]
+
+[third-part-act] Champion
+ Protector
+ Wielder
+ Marksman
+ Fated
+ Lover
+ Celebrated
+ Prodigy
+ Guardian
+ Inquisitor
+ Legend
+ Returned
+ Light
+ Warrior
+ Sacred
+ Victor
+ Triumphant
+ Mystic
+ Amazing
+ Incomparable
+ Lord
+ Mysterious
+ Face
+ Divine
+ Magnificent
+ Virtuous
+ Survivor
+ Courageous
+ Steward
+ Keeper
+ Squire
+
+[fourth-part] of [fourth-part-act]
+
+[fourth-part-act] the [fourth-part-the]
+ Destiny
+ Justice
+ Humanity
+ Men
+ Women
+ Freedom
+ Knowledge
+ Earth
+ Eternal Fire
+
+[fourth-part-the] Realm
+ Chalice
+ Law
+ Future
+ Tides
+ Poor
+ Trees
+ Universe
+ Seven
+ Past
+ Isles
+ Gauntlet
+ Dominion
+ Living
+ Galaxy
+ Ancients
+ Archive
+
+