mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
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 ;
|
|
|
|
} ;
|