diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-07-01 09:22:57 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-07-01 09:22:57 +0200 |
| commit | 32be75ca7dbba046005b9ba06bdaa5e8b5f38ab4 (patch) | |
| tree | 66a63f97f6d4eb91518be4e22d41720d20eee632 /testsuite/canonical/grammars/Phrasebook.gf | |
| parent | 587004f985b9a0172b531abd76253a224b8cf77d (diff) | |
Reduce Phrasebook grammars in testsuite/canonical to bare minimum
Diffstat (limited to 'testsuite/canonical/grammars/Phrasebook.gf')
| -rw-r--r-- | testsuite/canonical/grammars/Phrasebook.gf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testsuite/canonical/grammars/Phrasebook.gf b/testsuite/canonical/grammars/Phrasebook.gf index 9ebc13106..eff538f62 100644 --- a/testsuite/canonical/grammars/Phrasebook.gf +++ b/testsuite/canonical/grammars/Phrasebook.gf @@ -1,8 +1,9 @@ -abstract Phrasebook = - Greetings, - Words - ** { +abstract Phrasebook = { -flags startcat = Phrase ; +cat PlaceKind ; +fun Airport : PlaceKind ; + +cat VerbPhrase ; +fun VRead : VerbPhrase ; } |
