towards LangFre

This commit is contained in:
aarne
2005-02-15 16:33:08 +00:00
parent fa87001298
commit 12f3fab00e
10 changed files with 1228 additions and 771 deletions

View File

@@ -0,0 +1,22 @@
--# -path=.:../romance:../abstract:../../prelude
concrete LangFre of Lang =
RulesFre,
ClauseFre,
StructuralFre,
BasicFre,
TimeFre,
CountryFre
** open Prelude, ParadigmsFre in {
lin
AdvDate d = prefixSS "le" d ;
AdvTime t = prefixSS "à" t ;
NWeekday w = w ;
PNWeekday w = mkPN (w.s ! singular) w.g ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
}