diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-24 18:40:28 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-24 18:40:28 -0300 |
| commit | 73a7c860f6252f5f2e94e2a57eb5cbd53e2b9ccb (patch) | |
| tree | 17a75f0e7d88ea6386b6fe2880204a1ae2d154e5 /RGens/data/sample-grammars/technobabble.gram | |
| parent | 924bcdc9a65c7f88004d6dbf8dfa138c9a125e5d (diff) | |
Update sample data
Diffstat (limited to 'RGens/data/sample-grammars/technobabble.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/technobabble.gram | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/RGens/data/sample-grammars/technobabble.gram b/RGens/data/sample-grammars/technobabble.gram index e512047..3861576 100755 --- a/RGens/data/sample-grammars/technobabble.gram +++ b/RGens/data/sample-grammars/technobabble.gram @@ -1,10 +1,22 @@ [technobabble] [part-prefix] [part-suffix] [part-problem] + [part-suffix] [part-prefix] [part-problem] [part-prefix] [part-problem] - [part-suffix] [part-problem] pragma initial-rule [technobabble] +pragma suffix-with [technobabble] [part-cause] + +[part-cause] the [part-prefix] + the [part-suffix] + the [part-prefix] [part-suffix] + +pragma suffix-with [part-cause] [add-cause] + +[add-cause] and [part-cause] + and [part-problem] [part-cause] + [part-prefix] primary + secondary compression grav hydraulic @@ -30,3 +42,8 @@ pragma initial-rule [technobabble] jammed burnt exploded + imploded + incinerated + froze + destabilized + clogged |
