diff options
Diffstat (limited to 'grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf')
| -rw-r--r-- | grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf | 12 |
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
+}
|
