mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 19:28:54 -06:00
making LangRus compile
This commit is contained in:
@@ -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 ;} ;
|
||||
|
||||
Reference in New Issue
Block a user