diff options
| author | bjorn <bjorn@bringert.net> | 2008-08-15 20:21:12 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-08-15 20:21:12 +0000 |
| commit | 137133b742f38c76d2354047ecc9d4af88826d42 (patch) | |
| tree | 40b29781c11c6c9effd89c08ce7d6501a1bdedd0 /examples/peacekeeping/PeaceLexExt.gf | |
| parent | 66c927937ad8ba4055a30c87c4455186535804dd (diff) | |
Added peacekeeping example back in. Doesn't compile yet.
Diffstat (limited to 'examples/peacekeeping/PeaceLexExt.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceLexExt.gf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/examples/peacekeeping/PeaceLexExt.gf b/examples/peacekeeping/PeaceLexExt.gf new file mode 100644 index 000000000..984440ef6 --- /dev/null +++ b/examples/peacekeeping/PeaceLexExt.gf @@ -0,0 +1,47 @@ +abstract PeaceLexExt = PeaceCat ** { + + fun + + -- Adjectives + + dangerous_A : A ; + dead_A : A ; + hungry_A : A ; + large_A : A ; + sick_A : A ; + + -- Nouns + + air_N : MassN ; + arm_N : N ; + building_N : N ; + car_N : N ; + corpse_N : N ; + doctor_N : N ; + doctor_N : N ; + enemy_N : N ; + face_N : N ; + food_N : MassN ; + friend_N : N ; + ground_N : N ; + knife_N : N ; + landmine_N : N ; + map_N : N ; + medicine_N : MassN ; + police8officer_N : N ; + skin_N : MassN ; + soldier_N : N ; + toy_N : N ; + translation8machine_N : N ; + weapon_N : N; + + -- Verbs + cooperate_V2 : V2 ; + cough_V : V ; + drop_V2 : V2 ; + hurt_V : V ; + need_V2 : V2; + own_V2 : V2 ; + show_V3 : V3 ; + +}
\ No newline at end of file |
