summaryrefslogtreecommitdiff
path: root/examples/restaurant/LexRestaurantEng.gf
blob: 029144565c4bd254596968e1d7666d09a2f256cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
instance LexRestaurantEng of LexRestaurant = open SyntaxEng, ParadigmsEng in {

oper
  restaurant_N = mkN "restaurant" ;
  cheap_A = mkA "cheap" ;
  italian_A = mkA "Italian" ;
  thai_A = mkA "Thai" ;
  swedish_A = mkA "Swedish" ;
  french_A = mkA "French" ;

  konkanok_PN = mkPN "Konkanok" ;
}