mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
started Phrasebook with Finnish and Romanian
This commit is contained in:
16
examples/phrasebook/Phrasebook.gf
Normal file
16
examples/phrasebook/Phrasebook.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
abstract Phrasebook =
|
||||
Greetings,
|
||||
Food
|
||||
** {
|
||||
|
||||
flags startcat = Phrase ;
|
||||
|
||||
cat
|
||||
Phrase ;
|
||||
fun
|
||||
PNumeral : Numeral -> Phrase ;
|
||||
PGreeting : Greeting -> Phrase ;
|
||||
PSentence : Sentence -> Phrase ;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user