mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 17:26:25 -06:00
20 lines
365 B
Plaintext
20 lines
365 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarRus of Grammar =
|
|
NounRus,
|
|
VerbRus,
|
|
AdjectiveRus,
|
|
AdverbRus,
|
|
NumeralRus,
|
|
SentenceRus,
|
|
QuestionRus,
|
|
RelativeRus,
|
|
ConjunctionRus,
|
|
PhraseRus,
|
|
TextX- [AdV],
|
|
StructuralRus,
|
|
IdiomRus,
|
|
TenseRus,
|
|
NamesRus
|
|
** { flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;} ;
|