Files
gf-rgl/src/mongolian/LangMon.gf
T

12 lines
282 B
Plaintext

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