Hello grammars in tutorial

This commit is contained in:
aarne
2007-08-14 14:09:25 +00:00
parent 0a1d057855
commit e6b0cc5299
8 changed files with 534 additions and 483 deletions

View File

@@ -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} ;