1
0
forked from GitHub/gf-core
Files
gf-core/examples/lrec-tutorial/Lang.gf
2010-04-24 11:34:04 +00:00

10 lines
164 B
Plaintext

abstract Lang = 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 ;
} ;