diff options
| author | aarne <aarne@cs.chalmers.se> | 2009-04-02 09:35:48 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2009-04-02 09:35:48 +0000 |
| commit | 6bb85a8f41a994ac7adca0fcc4d4907e6cfad939 (patch) | |
| tree | 82eb815a42dc8b470e84fe80fa80fd669fcfc1af /examples/tutorial/resource-foods/Foods.gf | |
| parent | a94143ee92565dadb1caaf1042f303878059c200 (diff) | |
fixes before beta3 release
Diffstat (limited to 'examples/tutorial/resource-foods/Foods.gf')
| -rw-r--r-- | examples/tutorial/resource-foods/Foods.gf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/tutorial/resource-foods/Foods.gf b/examples/tutorial/resource-foods/Foods.gf new file mode 100644 index 000000000..bbb2770dd --- /dev/null +++ b/examples/tutorial/resource-foods/Foods.gf @@ -0,0 +1,16 @@ +abstract Foods = { + + flags startcat=Phrase ; + + cat + Phrase ; Item ; Kind ; Quality ; + + fun + Is,Isnt : Item -> Quality -> Phrase ; + This, That, These, Those : Kind -> Item ; + QKind : Quality -> Kind -> Kind ; + Wine, Cheese, Fish, Pizza : Kind ; + Very : Quality -> Quality ; + Fresh, Warm, Italian, Expensive, Delicious, Boring : Quality ; + +} |
