forked from GitHub/gf-core
11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete LangRus of Lang =
|
|
GrammarRus,
|
|
LexiconRus
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|