From 464b83c0dd41e51ab7a1dbbe4e3c30612b7ae9be Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 22 Mar 2017 08:30:49 -0400 Subject: Partially update grammars. Update some of the sample grammars to the new format. --- RGens/data/sample-grammars/college.gram | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'RGens/data/sample-grammars/college.gram') diff --git a/RGens/data/sample-grammars/college.gram b/RGens/data/sample-grammars/college.gram index 2b4fbf9..1278c02 100644 --- a/RGens/data/sample-grammars/college.gram +++ b/RGens/data/sample-grammars/college.gram @@ -27,15 +27,13 @@ pragma initial-rule [college-announcement] [class-type] class course -pragma range-rule [past-years] 1800 1970 - [college-course] [course-adj] [course-noun] [course-suffix] [course-adj] [course-noun] : [course-ending] [course-adj] [course-noun] and [course-adj] [course-noun] [course-suffix] [course-noun] and [course-noun] [course-suffix] [course-group1] [course-group2] [course-life] [course-suffix] [course-group2] [course-noun] [course-life] [course-suffix] - [course-group1] [course-group2] [course-life] since [past-years] + [course-group1] [course-group2] [course-life] since [1800..1970] [course-group2] [course-life] : [course-ending] contemporary [course-group2] [course-life] and [course-life] contemporary [course-group2] [course-life] : [course-ending] @@ -564,7 +562,7 @@ pragma export-rule [university] rural [college-major-tech] computer science - information technology + information technology computer techology mathematics advanced mathematics nobody ever uses -- cgit v1.2.3