mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
gf-book web page index and toc
This commit is contained in:
19
gf-book/examples/chapter2/FoodIta.gf
Normal file
19
gf-book/examples/chapter2/FoodIta.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
concrete FoodIta of Food = {
|
||||
lincat
|
||||
Comment, Item, Kind, Quality = Str ;
|
||||
lin
|
||||
Pred item quality = item ++ "è" ++ quality ;
|
||||
This kind = "questo" ++ kind ;
|
||||
That kind = "quel" ++ kind ;
|
||||
Mod quality kind = kind ++ quality ;
|
||||
Wine = "vino" ;
|
||||
Cheese = "formaggio" ;
|
||||
Fish = "pesce" ;
|
||||
Very quality = "molto" ++ quality ;
|
||||
Fresh = "fresco" ;
|
||||
Warm = "caldo" ;
|
||||
Italian = "italiano" ;
|
||||
Expensive = "caro" ;
|
||||
Delicious = "delizioso" ;
|
||||
Boring = "noioso" ;
|
||||
}
|
||||
Reference in New Issue
Block a user