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

concrete AppIta of App =
    SmallPredIta
  , ExtensionsIta [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
  , DocumentationIta
  , DictionaryIta
  , PhrasebookIta - [open_A]

              ** {

flags
  literal = Symb ;

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

}