summaryrefslogtreecommitdiff
path: root/examples/restaurant/LexRestaurantGer.gf
blob: 349a11fd7125a63af39bb6a5f74d8bcc77f663cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
instance LexRestaurantGer of LexRestaurant = open SyntaxGer, ParadigmsGer in {

oper
  restaurant_N = mkN "Restaurant" "Restaurants" neuter ;
  cheap_A = mkA "billig" ;
  italian_A = mkA "italienisch" ;
  thai_A = mkA "thailändisch" ;
  swedish_A = mkA "schwedisch" ;
  french_A = mkA "französisch" ;

  konkanok_PN = mkPN "Konkanok" ;
}