allow post-position adjectives. added as_CAdv

This commit is contained in:
Krasimir Angelov
2018-07-10 11:25:06 +02:00
parent e5c523e480
commit 8c2a6f6118
8 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -2081,5 +2081,5 @@ oper
(v0+"ŕé")
(v0+"ŕíĺ") ;
adjAdv : A -> Str -> A =
adjAdv : A -> Str -> A =
\a,adv -> a ** {adv = adv} ;