1
0
forked from GitHub/gf-core
Files
gf-core/examples/phrasebook/PhrasebookRon.gf

16 lines
294 B
Plaintext

--# -path=.:present
concrete PhrasebookRon of Phrasebook =
GreetingsRon,
WordsRon
** open
SyntaxRon,
Prelude in {
lin
PSentence s = mkText s | lin Text (mkUtt s) ; -- optional .
PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional ?
PGreeting g = lin Text g ;
}