Files
gf-rgl/src/russian/LangRus.gf
2016-05-23 14:35:09 +00:00

12 lines
203 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete LangRus of Lang =
GrammarRus,
LexiconRus,
DocumentationRus
** {
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
} ;