summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter9/hebrew/Test.gf
blob: fb0b0e0cd9a372e7bc1e0e593c38707f1a6b1c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
abstract Test = Grammar ** {


fun
  
  man_N, woman_N, house_N, leg_N, store_N, chair_N, eyes_N, spoon_N: N ;
  big_A, small_A, green_A, delicious_A, italian_A : A ;
  write_V, walk_V, finish_V, arrive_V , express_V: V ;
  love_V2, please_V2  : V2 ;
    
};