forked from GitHub/gf-core
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