summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookRon.gf
blob: cb4c7bacb7bb0a1d784f5d0e97839bd4cdbc7828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--# -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 ;

}