mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangRus of Lang =
|
|
GrammarRus,
|
|
LexiconRus,
|
|
ConstructionRus,
|
|
DocumentationRus
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
|
|
|
|
} ;
|