mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
gf-book web page index and toc
This commit is contained in:
16
gf-book/examples/chapter4/FoodsIta.gf
Normal file
16
gf-book/examples/chapter4/FoodsIta.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
--# -path=.:present
|
||||
|
||||
concrete FoodsIta of Foods = CommentsIta **
|
||||
open SyntaxIta, ParadigmsIta in {
|
||||
lin
|
||||
Wine = mkCN (mkN "vino") ;
|
||||
Pizza = mkCN (mkN "pizza") ;
|
||||
Cheese = mkCN (mkN "formaggio") ;
|
||||
Fish = mkCN (mkN "pesce") ;
|
||||
Fresh = mkAP (mkA "fresco") ;
|
||||
Warm = mkAP (mkA "caldo") ;
|
||||
Italian = mkAP (mkA "italiano") ;
|
||||
Expensive = mkAP (mkA "caro") ;
|
||||
Delicious = mkAP (mkA "delizioso") ;
|
||||
Boring = mkAP (mkA "noioso") ;
|
||||
}
|
||||
Reference in New Issue
Block a user