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

fun
  man_N, woman_N, house_N, tree_N : N ;
  big_A, small_A, green_A : A ;
  walk_V, arrive_V : V ;
  love_V2, please_V2 : V2 ;

} ;