1
0
forked from GitHub/gf-rgl

RelNP and ApposNP should put a final comma after the inserted phrase.

This commit is contained in:
kr.angelov
2013-09-03 08:00:59 +00:00
parent 9736b50ab2
commit 92c6ac9c2f
3 changed files with 3 additions and 2 deletions

View File

@@ -523,5 +523,6 @@ resource ResEng = ParamX ** open Prelude in {
}
} ;
finalComma : Str = pre {"," | "." => []; "" => ","; _ => []} ;
}