summaryrefslogtreecommitdiff
path: root/grammars/TALK/GF_GoDiS/Resource/Time/ResEng.gf
blob: 5a6cc4b9c22d19e9a7e70c854c5cd0309bbc3095 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}