summaryrefslogtreecommitdiff
path: root/grammars/TALK/GF_GoDiS/Resource/Time/WeekdayProlog.gf
blob: 523d0f310526a42b04c1d5b547bf6e5e2a6a1106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--# -path=.:../Time

---File name weekday.Swe.gf

concrete WeekdayProlog of Weekday = {

pattern

monday = "monday" ;
tuesday = "tuesday" ;
wednesday = "wednesday" ;
thursday = "thursday" ;
friday = "friday" ;
saturday = "saturday" ;
sunday = "sunday" ;

today = "today" ;
tomorrow = "tomorrow";
}