From 3b07acb43c5f865c65094ae891f5a2dc791c8088 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 7 Feb 2017 10:32:57 -0500 Subject: Update --- RGens/data/sample-grammars/technobabble.gram | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 RGens/data/sample-grammars/technobabble.gram (limited to 'RGens/data/sample-grammars/technobabble.gram') diff --git a/RGens/data/sample-grammars/technobabble.gram b/RGens/data/sample-grammars/technobabble.gram new file mode 100755 index 0000000..451f1f8 --- /dev/null +++ b/RGens/data/sample-grammars/technobabble.gram @@ -0,0 +1,32 @@ +[main] [part-prefix] [part-suffix] [part-problem] + [part-prefix] [part-problem] + [part-suffix] [part-problem] + +pragma initial-rule [main] + +[part-prefix] primary + compression + grav + hydraulic + reg + power + +[part-suffix] boot + coupling + housing + stabilizer + vent + lines + converter + feed + +[part-problem] cracked + wedged + collapsed + bent + fell off + shattered + seized + jammed + burnt + exploded -- cgit v1.2.3