1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/mongolian/LangMon.gf

11 lines
247 B
Plaintext

--# -path=.:../abstract:../common:../prelude:
concrete LangMon of Lang =
GrammarMon,
LexiconMon -- to compile faster, use TestLexiconMon (see LangExtraMon.gf)
** {
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
} ;