diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-12 13:46:57 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-12 13:46:57 +0000 |
| commit | 96ed0bf4ac7e2898f6f8de82cacecb69d1e94684 (patch) | |
| tree | ff4759c241902dabc0198fafcfe76943bf52b328 /examples/restaurant/LexRestaurant.gf | |
| parent | 530174aad1d5afecd050a5fe9be83d73e14b2d2a (diff) | |
demo restaurant info
Diffstat (limited to 'examples/restaurant/LexRestaurant.gf')
| -rw-r--r-- | examples/restaurant/LexRestaurant.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/restaurant/LexRestaurant.gf b/examples/restaurant/LexRestaurant.gf new file mode 100644 index 000000000..fc25d2080 --- /dev/null +++ b/examples/restaurant/LexRestaurant.gf @@ -0,0 +1,8 @@ +interface LexRestaurant = open Syntax in { + +oper + restaurant_N : N ; + cheap_A : A ; + italian_A, thai_A, swedish_A, french_A : A ; + konkanok_PN : PN ; +} |
