1
0
forked from GitHub/gf-rgl

missing syntax functions in Chi and some other languages

This commit is contained in:
aarne
2014-12-08 10:19:38 +00:00
parent 7f95aff5f5
commit 03b15a8683
8 changed files with 33 additions and 2 deletions

View File

@@ -46,6 +46,11 @@ concrete NounGer of Noun = CatGer ** open ResGer, MorphoGer, Prelude in {
a = np.a
} ;
ExtAdvNP np adv = heavyNP {
s = \\c => np.s ! c ++ embedInCommas adv.s ;
a = np.a
} ;
DetQuantOrd quant num ord =
let
n = num.n ;