mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
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 ;
|
|
|
|
};
|