diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-07-05 20:52:56 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-07-05 20:52:56 +0000 |
| commit | 1aff0ee08a2ff7e752e2fec4c915852e8b6438f6 (patch) | |
| tree | 4928fc0ff0b39b748d85c5040d8603f5dcaf9fdf /doc/tutorial/resource-food/LexFood.gf | |
| parent | 63f060dcf62a23c518379c46af40461afacfb27c (diff) | |
resource-food example in tutorial
Diffstat (limited to 'doc/tutorial/resource-food/LexFood.gf')
| -rw-r--r-- | doc/tutorial/resource-food/LexFood.gf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tutorial/resource-food/LexFood.gf b/doc/tutorial/resource-food/LexFood.gf new file mode 100644 index 000000000..18578c4d8 --- /dev/null +++ b/doc/tutorial/resource-food/LexFood.gf @@ -0,0 +1,16 @@ +interface LexFood = open Syntax in { + + oper + wine_N : N ; + beer_N : N ; + pizza_N : N ; + cheese_N : N ; + fish_N : N ; + fresh_A : A ; + warm_A : A ; + italian_A : A ; + expensive_A : A ; + delicious_A : A ; + boring_A : A ; + +} |
