(Hun) Restructure adpositions

This commit is contained in:
Inari Listenmaa
2020-04-22 19:55:11 +02:00
parent e54fa4d4ad
commit 3705c9229d
5 changed files with 41 additions and 18 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ lin
-- : Prep -> NP -> Adv ;
PrepNP prep np = {
s = prep.pr ++ np.s ! prep.c ++ prep.s ;
s = applyAdp prep np
} ;
-- Adverbs can be modified by 'adadjectives', just like adjectives.