From 36cf3a0f0604ef43ce838ff6e9a7fc4e7c299522 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 9 Feb 2017 15:32:37 -0500 Subject: Lots of additional data --- RGens/data/sample-grammars/school.gram | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 RGens/data/sample-grammars/school.gram (limited to 'RGens/data/sample-grammars/school.gram') diff --git a/RGens/data/sample-grammars/school.gram b/RGens/data/sample-grammars/school.gram new file mode 100644 index 0000000..edce444 --- /dev/null +++ b/RGens/data/sample-grammars/school.gram @@ -0,0 +1,17 @@ +[public-school-fullname] [public-school] [school-type] + +pragma initial-rule [public-school-fullname] +pragma export-rule [public-school] + +[school-type] high school + middle school + grade school + elementary school + +[public-school] [us-president] + [us-president] memorial + [person] + [last-name] + [city] central + [city] + [cardinal] [city] -- cgit v1.2.3