1
0
forked from GitHub/gf-rgl

Lang modules in terms of Grammar

This commit is contained in:
aarne
2006-06-07 18:37:11 +00:00
parent 169fc1ba7d
commit be85f049c8
11 changed files with 16 additions and 144 deletions

View File

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