diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
| commit | 3b07acb43c5f865c65094ae891f5a2dc791c8088 (patch) | |
| tree | 45e65344aa4ff277c48834344c723cc57f4387a9 /RGens/data/sample-grammars/technobabble.gram | |
| parent | 03838b1b6c0a71042b69b2cb3de5faaf7a526596 (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/technobabble.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/technobabble.gram | 32 |
1 files changed, 32 insertions, 0 deletions
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 |
