summaryrefslogtreecommitdiff
path: root/examples/dialogue/WeekdayGodis.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-05-16 13:07:41 +0000
committeraarne <aarne@cs.chalmers.se>2006-05-16 13:07:41 +0000
commit6bbd4e423a7cda422a2e519453a41cef234506bd (patch)
treeedbc7cbd1071446c703af376d3e3dab5c321267c /examples/dialogue/WeekdayGodis.gf
parente1ea20277cb19ef73e7380898942e4bb77cbd183 (diff)
examples of dialogue system grammars
Diffstat (limited to 'examples/dialogue/WeekdayGodis.gf')
-rw-r--r--examples/dialogue/WeekdayGodis.gf10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/dialogue/WeekdayGodis.gf b/examples/dialogue/WeekdayGodis.gf
new file mode 100644
index 000000000..48d07b99c
--- /dev/null
+++ b/examples/dialogue/WeekdayGodis.gf
@@ -0,0 +1,10 @@
+concrete WeekdayGodis of Weekday = open ResGodis, Prelude in {
+
+ lincat
+ WDay = SS ;
+
+ lin
+ Mon = ss "monday" ;
+ Tue = ss "tuesday" ;
+
+}