From 67442b3a5d4dd02e304dea4f58591570ca99b144 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Wed, 22 Mar 2017 15:34:46 -0400 Subject: Update more sample grammars. This also puts the basics of the new config file syntax in place. --- RGens/data/sample-grammars/media.gram | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'RGens/data/sample-grammars/media.gram') 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 -- cgit v1.2.3