mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
17 lines
206 B
Plaintext
17 lines
206 B
Plaintext
abstract Phrasebook =
|
|
Greetings,
|
|
Food
|
|
** {
|
|
|
|
flags startcat = Phrase ;
|
|
|
|
cat
|
|
Phrase ;
|
|
fun
|
|
PNumeral : Numeral -> Phrase ;
|
|
PGreeting : Greeting -> Phrase ;
|
|
PSentence : Sentence -> Phrase ;
|
|
|
|
|
|
}
|