summaryrefslogtreecommitdiff
path: root/eclipse/examples/functors/LexFoodsEng.gf
blob: 5f4243d35ff7e030c927e8afc7cbafa614224110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- Lexicon Instance
instance LexFoodsEng of LexFoods = open SyntaxEng, ParadigmsEng in {
flags
  coding=utf8 ;
oper
  wine_N = mkN "wine" ;
  pizza_N = mkN "pizza" ;
  cheese_N = mkN "cheese" ;
  fish_N = mkN "fish" ;
  fresh_A = mkA "fresh" ;
  warm_A = mkA "warm" ;
  italian_A = mkA "Italian" ;
  expensive_A = mkA "expensive" ;
  delicious_A = mkA "delicious" ;
  boring_A = mkA "boring" ;
}