summaryrefslogtreecommitdiff
path: root/grammars/video/allSwe.gf
diff options
context:
space:
mode:
authoraarne <unknown>2004-09-16 14:47:18 +0000
committeraarne <unknown>2004-09-16 14:47:18 +0000
commitecc132dccfc7617ed413f21ee37539475081f8ec (patch)
treef6fe589eb3881e36b9a94d36aaba49fe4d4087e4 /grammars/video/allSwe.gf
parent7769d0fb00a34fb4499017a4aec01a59246b69a1 (diff)
Karin C's example
Diffstat (limited to 'grammars/video/allSwe.gf')
-rw-r--r--grammars/video/allSwe.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/grammars/video/allSwe.gf b/grammars/video/allSwe.gf
new file mode 100644
index 000000000..00098a1ff
--- /dev/null
+++ b/grammars/video/allSwe.gf
@@ -0,0 +1,9 @@
+--# -path=.:Shared:Weekday:Time:Channel:User:System
+
+concrete allSwe of all = specUserSwe, specSystemSwe ** {
+
+-- lincat Move = {s : Str} ;
+-- lin userMove m = {s = "Användaren:" ++ m.s} ;
+-- lin systemMove m = {s = "Systemet:" ++ m.s} ;
+
+}