From 96ed0bf4ac7e2898f6f8de82cacecb69d1e94684 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 12 Oct 2007 13:46:57 +0000 Subject: demo restaurant info --- examples/restaurant/LexRestaurant.gf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/restaurant/LexRestaurant.gf (limited to 'examples/restaurant/LexRestaurant.gf') 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 ; +} -- cgit v1.2.3