monosyllable prefix

This commit is contained in:
Meowyam
2022-01-12 15:20:26 +08:00
committed by Inari Listenmaa
parent 0c55010376
commit 1a3b3ef796
8 changed files with 34 additions and 11 deletions
+3
View File
@@ -67,6 +67,7 @@ oper
sp = \\_ => str ;
} ;
--------------------------------------------------------------------------------
-- Det, Quant, Card, Ord
@@ -235,6 +236,7 @@ oper
IAdv : Type = Adverb ** {
isPre : Bool ;
vf : VForm ;
} ;
------------------
@@ -256,6 +258,7 @@ oper
s = \\vf,pol => nounneg pol ++ s ;
} ;
verbneg : Polarity -> Str = \pol -> case pol of {
Neg => "tidak" ; -- or "tak"?
Pos => []