moved lexical parts of Construction to Names, and added Language names there ; implemented for the six old Construction languages

This commit is contained in:
aarne
2014-06-17 19:12:18 +00:00
parent 84a26357e2
commit 613594d732
14 changed files with 496 additions and 132 deletions

View File

@@ -64,25 +64,9 @@ lin
intYear = symb ;
intMonthday = symb ;
monday_Weekday = mkN "Monday" ;
tuesday_Weekday = mkN "Tuesday" ;
wednesday_Weekday = mkN "Wednesday" ;
thursday_Weekday = mkN "Thursday" ;
friday_Weekday = mkN "Friday" ;
saturday_Weekday = mkN "Saturday" ;
sunday_Weekday = mkN "Sunday" ;
lincat Language = PN ;
lin InLanguage l = SyntaxEng.mkAdv in_Prep (mkNP l) ;
january_Month = mkN "January" ;
february_Month = mkN "February" ;
march_Month = mkN "March" ;
april_Month = mkN "April" ;
may_Month = mkN "May" ;
june_Month = mkN "June" ;
july_Month = mkN "July" ;
august_Month = mkN "August" ;
september_Month = mkN "September" ;
october_Month = mkN "October" ;
november_Month = mkN "November" ;
december_Month = mkN "December" ;
}