mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoRus of Demo =
|
|
NounRus,
|
|
ClauseRus,
|
|
AdjectiveRus,
|
|
AdverbRus,
|
|
NumeralRus,
|
|
QuestionRus,
|
|
StructuralRus,
|
|
LexiconRus
|
|
** {
|
|
|
|
flags language = ru; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|