diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-11 09:21:59 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-11 09:21:59 +0000 |
| commit | db18350b1e55f7edfca8f02b0b233a6a7dcbb1ec (patch) | |
| tree | 525fd7fc741c53a4021d1edd9538452ee388e4d3 /examples/tutorial/resource-foods/LexFoodsIta.gf | |
| parent | ca59050abc8efccfb59b93cfbd8da93556605928 (diff) | |
fixed some tutorial grammars and updated embedded section (JavaScript and web TODO)
Diffstat (limited to 'examples/tutorial/resource-foods/LexFoodsIta.gf')
| -rw-r--r-- | examples/tutorial/resource-foods/LexFoodsIta.gf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/tutorial/resource-foods/LexFoodsIta.gf b/examples/tutorial/resource-foods/LexFoodsIta.gf index be120a24e..2148953c3 100644 --- a/examples/tutorial/resource-foods/LexFoodsIta.gf +++ b/examples/tutorial/resource-foods/LexFoodsIta.gf @@ -1,6 +1,6 @@ --# -path=.:../foods:present:prelude -instance LexFoodsIta of LexFoods = open SyntaxIta, ParadigmsIta in { +instance LexFoodsIta of LexFoods = open SyntaxIta, ParadigmsIta, BeschIta in { oper wine_N = mkN "vino" ; pizza_N = mkN "pizza" ; @@ -12,4 +12,9 @@ instance LexFoodsIta of LexFoods = open SyntaxIta, ParadigmsIta in { expensive_A = mkA "caro" ; delicious_A = mkA "delizioso" ; boring_A = mkA "noioso" ; + drink_V2 = mkV2 (verboV (bere_27 "bere")) ; + eat_V2 = mkV2 (mkV "mangiare") ; + pay_V2 = mkV2 (mkV "pagare") ; + gentleman_N = mkN "signore" ; + lady_N = mkN "signora" ; } |
