diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-08-14 14:09:25 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-08-14 14:09:25 +0000 |
| commit | 76c14c4a2cc5138dc8bc9457d684d3f2f5e799f7 (patch) | |
| tree | ebc873d420387f88030a88aef778f6367eb4bb9d /doc/tutorial/FoodIta.gf | |
| parent | bc1c5a6a094d1307a69fd78cda7e06db002ca795 (diff) | |
Hello grammars in tutorial
Diffstat (limited to 'doc/tutorial/FoodIta.gf')
| -rw-r--r-- | doc/tutorial/FoodIta.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/FoodIta.gf b/doc/tutorial/FoodIta.gf index 5c565037a..fc59e1294 100644 --- a/doc/tutorial/FoodIta.gf +++ b/doc/tutorial/FoodIta.gf @@ -1,7 +1,7 @@ concrete FoodIta of Food = { lincat - S, Item, Kind, Quality = {s : Str} ; + Phrase, Item, Kind, Quality = {s : Str} ; lin Is item quality = {s = item.s ++ "è" ++ quality.s} ; |
