mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
--# -path=.:../abstract:../common:../../prelude
|
|
|
|
concrete LangRus of Lang =
|
|
GrammarRus,
|
|
LexiconRus ** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|