mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
punctuation added to NDTrans
This commit is contained in:
@@ -12,5 +12,14 @@ concrete NDTransFin of NDTrans =
|
||||
flags
|
||||
literal=Symb ;
|
||||
|
||||
lincat
|
||||
TransUnit = {s : Str} ;
|
||||
|
||||
lin
|
||||
SFullstop p = {s = p.s ++ "."} ;
|
||||
SQuestmark p = {s = p.s ++ "?"} ;
|
||||
SExclmark p = {s = p.s ++ "!"} ;
|
||||
SUnmarked p = {s = p.s} ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user