summaryrefslogtreecommitdiff
path: root/examples/translator/AppFre.gf
blob: 1bcb817fa149eed7baa1316d63727c36478263ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--# -path=.:../translator:../../../examples/phrasebook

concrete AppFre of App =
    SmallPredFre
  , ExtensionsFre [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
  , DocumentationFre
  , DictionaryFre
  , PhrasebookFre - [open_A]

              ** {

flags
  literal = Symb ;

lin
  PhrasePhr p = {s = "+" ++ p.s} | p ;

}