mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 17:59:32 -06:00
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
--# -path=.:../abstract:../common:../../prelude
|
|
|
|
concrete GrammarRus of Grammar =
|
|
NounRus,
|
|
VerbRus,
|
|
AdjectiveRus,
|
|
AdverbRus,
|
|
NumeralRus,
|
|
SentenceRus,
|
|
QuestionRus,
|
|
RelativeRus,
|
|
ConjunctionRus,
|
|
PhraseRus,
|
|
TextX,
|
|
StructuralRus,
|
|
IdiomRus
|
|
** { flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;} ;
|