diff options
Diffstat (limited to 'gf-book/examples/chapter9/hebrew/Test.gf')
| -rw-r--r-- | gf-book/examples/chapter9/hebrew/Test.gf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gf-book/examples/chapter9/hebrew/Test.gf b/gf-book/examples/chapter9/hebrew/Test.gf new file mode 100644 index 000000000..fb0b0e0cd --- /dev/null +++ b/gf-book/examples/chapter9/hebrew/Test.gf @@ -0,0 +1,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 ; + +}; |
