diff options
Diffstat (limited to 'next-lib/src/latin/AdverbLat.gf')
| -rw-r--r-- | next-lib/src/latin/AdverbLat.gf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/next-lib/src/latin/AdverbLat.gf b/next-lib/src/latin/AdverbLat.gf deleted file mode 100644 index b959ab8a5..000000000 --- a/next-lib/src/latin/AdverbLat.gf +++ /dev/null @@ -1,21 +0,0 @@ -concrete AdverbLat of Adverb = CatLat ** open ResLat, Prelude in { - - 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} ; - --- AdAdv = cc2 ; --- --- SubjS = cc2 ; ------b AdvSC s = s ; --- this rule give stack overflow in ordinary parsing --- --- AdnCAdv cadv = {s = cadv.s ++ "than"} ; --- -} |
