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 /RGens/data/sample-grammars | |
| parent | 0742cdccb961ff5ed0d499edee34050d213bdfb8 (diff) | |
Update more sample grammars.
This also puts the basics of the new config file syntax in place.
Diffstat (limited to 'RGens/data/sample-grammars')
| -rw-r--r-- | RGens/data/sample-grammars/media.gram | 7 |
1 files changed, 4 insertions, 3 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 |
