diff options
| author | aarne <aarne@chalmers.se> | 2010-03-26 22:07:17 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-26 22:07:17 +0000 |
| commit | 691620346ccdae242ce8b203fc04d3ffeeea6247 (patch) | |
| tree | c480f98b2615bf16236d0a89e052f0dd0c59712a /examples/phrasebook/DiffPhrasebookRon.gf | |
| parent | c24440d1346a01d660f83359d8ef72a2ef1b0c13 (diff) | |
change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words
Diffstat (limited to 'examples/phrasebook/DiffPhrasebookRon.gf')
| -rw-r--r-- | examples/phrasebook/DiffPhrasebookRon.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/phrasebook/DiffPhrasebookRon.gf b/examples/phrasebook/DiffPhrasebookRon.gf index 0b842bd81..060b8301d 100644 --- a/examples/phrasebook/DiffPhrasebookRon.gf +++ b/examples/phrasebook/DiffPhrasebookRon.gf @@ -10,4 +10,7 @@ oper want_V2 = dirV2 (lin V want_VV) ; -- mkVV (v_besch74 "vrea") like_V2 = dirV2 (v_besch71 "plăcea") ; + cost_V2 = dirV2 (mkV "costa") ; ---- ? + cost_V = mkV "costa" ; ---- ? + } |
