Files
gf-core/next-lib/src/russian/LangRus.gf

11 lines
184 B
Plaintext

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