mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Reduce Phrasebook grammars in testsuite/canonical to bare minimum
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
abstract Phrasebook =
|
||||
Greetings,
|
||||
Words
|
||||
** {
|
||||
abstract Phrasebook = {
|
||||
|
||||
flags startcat = Phrase ;
|
||||
cat PlaceKind ;
|
||||
fun Airport : PlaceKind ;
|
||||
|
||||
cat VerbPhrase ;
|
||||
fun VRead : VerbPhrase ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user