making LangRus compile

This commit is contained in:
aarne
2006-05-20 09:59:09 +00:00
parent b134d947c7
commit 3c8b2606a3
4 changed files with 432 additions and 412 deletions

View File

@@ -1,12 +1,14 @@
--# -path=.:../abstract:../common:../../prelude
concrete LangRus of Lang =
NounRus,
VerbRus,
AdjectiveRus,
AdverbRus,
NumeralRus,
SentenceRus,
QuestionRus,
RelativeRus,
ConjunctionRus,
@@ -14,4 +16,7 @@ concrete LangRus of Lang =
TextX,
StructuralRus,
IdiomRus,
LexiconRus ** { flags startcat = Phr ; unlexer = text ; lexer = text ;} ;
LexiconRus
** { flags startcat = Phr ; unlexer = text ; lexer = text ;} ;