1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/applications/FoodCommentsEng.gf
2005-12-19 16:31:40 +00:00

19 lines
407 B
Plaintext

--# -path=.:../resource:prelude
concrete FoodCommentsEng of FoodComments = CommentsEng ** open LexEng in {
lin
Wine = regN "wine" ;
Cheese = regN "cheese" ;
Fish = mkN "fish" "fish" ;
Pizza = regN "pizza" ;
Fresh = mkA "fresh" ;
Warm = mkA "warm" ;
Italian = mkA "Italian" ;
Expensive = mkA "expensive" ;
Delicious = mkA "delicious" ;
Boring = mkA "boring" ;
}