Reduce Phrasebook grammars in testsuite/canonical to bare minimum

This commit is contained in:
John J. Camilleri
2021-07-01 09:22:57 +02:00
parent 587004f985
commit 32be75ca7d
15 changed files with 313 additions and 1560 deletions

View File

@@ -1,8 +1,9 @@
abstract Phrasebook =
Greetings,
Words
** {
abstract Phrasebook = {
flags startcat = Phrase ;
cat PlaceKind ;
fun Airport : PlaceKind ;
cat VerbPhrase ;
fun VRead : VerbPhrase ;
}