diff options
Diffstat (limited to 'next-lib/src/russian/LangRus.gf')
| -rw-r--r-- | next-lib/src/russian/LangRus.gf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/next-lib/src/russian/LangRus.gf b/next-lib/src/russian/LangRus.gf new file mode 100644 index 000000000..c3126dcfe --- /dev/null +++ b/next-lib/src/russian/LangRus.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangRus of Lang = + GrammarRus, + LexiconRus + ** { + +flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ; + +} ; |
