diff options
| author | aarne <unknown> | 2004-09-16 14:47:18 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-09-16 14:47:18 +0000 |
| commit | ecc132dccfc7617ed413f21ee37539475081f8ec (patch) | |
| tree | f6fe589eb3881e36b9a94d36aaba49fe4d4087e4 /grammars/video/Time/timeResSwe.gf | |
| parent | 7769d0fb00a34fb4499017a4aec01a59246b69a1 (diff) | |
Karin C's example
Diffstat (limited to 'grammars/video/Time/timeResSwe.gf')
| -rw-r--r-- | grammars/video/Time/timeResSwe.gf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/grammars/video/Time/timeResSwe.gf b/grammars/video/Time/timeResSwe.gf new file mode 100644 index 000000000..0f9ad0526 --- /dev/null +++ b/grammars/video/Time/timeResSwe.gf @@ -0,0 +1,7 @@ +resource timeResSwe = { +param RefHour = ThisFormal | ThisLex | NextLex ; +oper refs : Str -> Str -> Str -> RefHour => Str = \x,y,z -> table {ThisFormal => x ; ThisLex => y ; NextLex => z } ; +param MinMin = Form | Past | To ; +oper mins : Str -> Str -> Str -> MinMin => Str = \u,x,y -> table {Form => u ; Past => x ; To => y } ; + +} |
