forked from GitHub/gf-core
Moved punctuation to a separate field, to allow spoken language grammars to omit it. Created top-level spoken language grammars. (all in peacekeeping)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
abstract PeacePhrases = Cat ** {
|
||||
abstract PeacePhrases = PeaceCat ** {
|
||||
|
||||
fun
|
||||
Hello : Phr ;
|
||||
GoodMorning : Phr ;
|
||||
GoodEvening : Phr ;
|
||||
WhatIsNamePron : Pron -> Phr ;
|
||||
Hello : Phrase ;
|
||||
GoodMorning : Phrase ;
|
||||
GoodEvening : Phrase ;
|
||||
WhatIsNamePron : Pron -> Phrase ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user