diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-22 15:34:46 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-22 15:34:46 -0400 |
| commit | 67442b3a5d4dd02e304dea4f58591570ca99b144 (patch) | |
| tree | 6b17d3c74e5bed092e62b9bf647542debe6eebf5 | |
| parent | 0742cdccb961ff5ed0d499edee34050d213bdfb8 (diff) | |
Update more sample grammars.
This also puts the basics of the new config file syntax in place.
| -rw-r--r-- | RGens/data/sample-grammars/media.gram | 7 | ||||
| -rw-r--r-- | RGens/data/server-config-sample.cfg | 47 |
2 files changed, 49 insertions, 5 deletions
diff --git a/RGens/data/sample-grammars/media.gram b/RGens/data/sample-grammars/media.gram index ba6dae1..7a5686a 100644 --- a/RGens/data/sample-grammars/media.gram +++ b/RGens/data/sample-grammars/media.gram @@ -3,9 +3,6 @@ [newspaper] pragma initial-rule [media-company] -pragma export-rule [television-station] -pragma export-rule [radio-station] -pragma export-rule [newspaper] [television-station] [chan+name] channel [2..45] [chan+name] channel [2..12] @@ -154,3 +151,7 @@ pragma export-rule [cardinal] motley fool the economist fortune + +pragma export-rule [television-station] +pragma export-rule [radio-station] +pragma export-rule [newspaper]
\ No newline at end of file diff --git a/RGens/data/server-config-sample.cfg b/RGens/data/server-config-sample.cfg index 64d74cb..309cf1c 100644 --- a/RGens/data/server-config-sample.cfg +++ b/RGens/data/server-config-sample.cfg @@ -1,2 +1,45 @@ -# Load ALL the data recursively -data/sample-grammars/ +24hr-rpg.gram +acronym.gram +address.gram +anime.gram +art-objects.gram +awe-names.gram +buzzword.gram +career.gram +city.gram +college.gram +company.gram +computer.gram +congress.gram +dates.gram +dungeon-enviroment.gram +fantasy-locations.gram +fortune.gram +genre-fiction.gram +horror.gram +insults.gram +linux.gram +martial-arts.gram +mary-sue.gram +media.gram +mission.gram +names.gram +newspaper.gram +numbers.gram +ordinal.gram +organization.gram +part-creature.gram +phone-number.gram +pokeattacks.gram +president.gram +rune.gram +school.gram +slashdot.gram +states.gram +superhero.gram +tarotcard.gram +technobabble.gram +theory.gram +trademark.gram +web.gram +zadrons-pouch.gram
\ No newline at end of file |
