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

abstract App =
    SmallPred
  , Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
  , Documentation - [Pol,Tense]
  , Dictionary - [Pol,Tense]

  , Phrasebook
              ** {
flags
  startcat=Phr ;

fun
  PhrasePhr : Phrase -> Phr ;

}