1
0
forked from GitHub/gf-core

Don't use CommonX because the bulgarian CAdv category differ from the common one. The new CAdv definition is added

This commit is contained in:
krasimir
2008-02-22 09:33:55 +00:00
parent 614fb35c8b
commit 67348bf76c
5 changed files with 54 additions and 5 deletions

View File

@@ -15,5 +15,5 @@ concrete AdverbBul of Adverb = CatBul ** open ResBul, Prelude in {
SubjS = cc2 ;
AdvSC s = s ; --- this rule give stack overflow in ordinary parsing
AdnCAdv cadv = {s = cadv.s ++ "îò"} ;
AdnCAdv cadv = {s = cadv.sn ++ "îò"} ;
}