mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
Added peacekeeping example back in. Doesn't compile yet.
This commit is contained in:
12
examples/peacekeeping/english/PeacePhrases_Eng.gf
Normal file
12
examples/peacekeeping/english/PeacePhrases_Eng.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
--# -path=.:..:present:prelude
|
||||
|
||||
concrete PeacePhrases_Eng of PeacePhrases =
|
||||
PeaceCat_Eng ** open ResEng, PeaceRes in {
|
||||
|
||||
lin
|
||||
Hello = stop "hello" ;
|
||||
GoodMorning = stop ["good morning"];
|
||||
GoodEvening = stop ["good evening"] ;
|
||||
WhatIsNamePron p = quest (["what is"] ++ p.s!Gen ++ "name") ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user