mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
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