1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/latin/doc/magisterarbeit/diffs/AdverbLat.gf.diff
T
2019-01-14 16:40:07 +01:00

29 lines
799 B
Diff

diff --git a/lib/src/latin/AdverbLat.gf b/lib/src/latin/AdverbLat.gf
index b959ab8..d3cb693 100644
--- a/lib/src/latin/AdverbLat.gf
+++ b/lib/src/latin/AdverbLat.gf
@@ -1,21 +1,21 @@
concrete AdverbLat of Adverb = CatLat ** open ResLat, Prelude in {
- lin
+-- lin
-- PositAdvAdj a = {s = a.s ! AAdv} ;
-- ComparAdvAdj cadv a np = {
-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom
-- } ;
-- ComparAdvAdjS cadv a s = {
-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ s.s
-- } ;
- PrepNP prep np = {s = appPrep prep np.s} ;
+-- PrepNP prep np = {s = appPrep prep np.s} ;
-- AdAdv = cc2 ;
--
-- SubjS = cc2 ;
-----b AdvSC s = s ; --- this rule give stack overflow in ordinary parsing
--
-- AdnCAdv cadv = {s = cadv.s ++ "than"} ;
--
}