mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 22:22:51 -06:00
Greek by Ioanna Papodopoulou - complete, 27th RGL language
This commit is contained in:
11
lib/src/greek/TextGre.gf
Normal file
11
lib/src/greek/TextGre.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
concrete TextGre of Text = CatGre ** {
|
||||
flags coding=utf8 ;
|
||||
|
||||
|
||||
lin
|
||||
TEmpty = {s = []} ;
|
||||
TFullStop x xs = {s = x.s ++ "." ++ xs.s} ;
|
||||
TQuestMark x xs = {s = x.s ++ ";" ++ xs.s} ;
|
||||
TExclMark x xs = {s = x.s ++ "!" ++ xs.s} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user