forked from GitHub/gf-core
complete RGL implementation for Mongolian by Nyamsuren Erdenebadrakh
This commit is contained in:
10
lib/src/mongolian/TextMon.gf
Normal file
10
lib/src/mongolian/TextMon.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete TextMon of Text = CatMon ** {
|
||||
flags coding=utf8 ;
|
||||
|
||||
lin
|
||||
TEmpty = {s = []} ;
|
||||
TFullStop p t = {s = p.s ++ "." ++ t.s} ;
|
||||
TQuestMark p t = {s = p.s ++ "?" ++ t.s} ;
|
||||
TExclMark p t = {s = p.s ++ "!" ++ t.s} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user