mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22:51 -06:00
24 lines
368 B
Plaintext
24 lines
368 B
Plaintext
--# -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 ;
|
|
|
|
} ;
|