summaryrefslogtreecommitdiff
path: root/testsuite/canonical/grammars/LexFoods.gf
blob: 12ace208c58fb747913f227c1c4e8fae3745b203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- (c) 2009 Aarne Ranta under LGPL

interface LexFoods = open Syntax in {
  oper
    wine_N : N ;
    pizza_N : N ;
    cheese_N : N ;
    fish_N : N ;
    fresh_A : A ;
    warm_A : A ;
    italian_A : A ;
    expensive_A : A ;
    delicious_A : A ;
    boring_A : A ;
}