summaryrefslogtreecommitdiff
path: root/grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf
diff options
context:
space:
mode:
authoraarne <unknown>2005-06-27 12:20:33 +0000
committeraarne <unknown>2005-06-27 12:20:33 +0000
commit3c508f4f89557318d8e0b50372a3f0d024e317f0 (patch)
tree3251ede247f32b51ad4d4204e84a1c325c8fe628 /grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf
parentb9e13711db0085b25e9257d1034b43a3a2c47b7e (diff)
added Ann-Charlotte's grammars
Diffstat (limited to 'grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf')
-rw-r--r--grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf12
1 files changed, 12 insertions, 0 deletions
diff --git a/grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf b/grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf
new file mode 100644
index 000000000..5a6cc4b9c
--- /dev/null
+++ b/grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf
@@ -0,0 +1,12 @@
+resource ResEng = {
+
+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 = \x,y,z -> table {Form => x ; Past => y ; To => z } ;
+--oper mins : Str -> Str -> Str -> MinMin => Str = \x,y,z -> table {Form => x ; Past => y ; To => z } ;
+-- jag vill ha en variantsexpanderare, tänk tänk
+--oper mins : Str -> Str -> Str -> MinMin => Str = \x,y,z -> table {Form => (variants{x}) ; Past => (variants{y}) ; To => (variants{z}) } ;
+-- Time expressions
+}