Added some comments about missing stuff in Time grammar, and some variants to TimeSwe.

This commit is contained in:
bringert
2005-05-11 08:38:04 +00:00
parent bdbb6e8ab6
commit 2c9e0c6148
2 changed files with 19 additions and 2 deletions

View File

@@ -36,4 +36,20 @@ friday : Weekday ;
saturday : Weekday ;
sunday : Weekday ;
{-
Add:
years
dates: the x:th of y
relative weeks: next week, last week, in x weeks, x weeks ago
relative days: today, tomorrow, yesterday, the day before yesterday,
the day after tomorrow, in x days, x days ago
relative time: in x minutes, in x hours
-}
} ;