Files
gf-core/lib/src/russian/LangRus.gf
2009-08-25 18:42:36 +00:00

11 lines
183 B
Plaintext

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