complete RGL implementation for Mongolian by Nyamsuren Erdenebadrakh

This commit is contained in:
nyamaakaa
2015-03-13 13:40:22 +00:00
parent 25a712a091
commit 7bc6f82c57
39 changed files with 54028 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
--# -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 ;
} ;