added Extend modules for Hindi, Urdu, Mongolian

This commit is contained in:
Krasimir Angelov
2025-02-09 10:15:55 +01:00
parent ebba8b5894
commit 44eec8629b
9 changed files with 38 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
concrete AllMon of AllMonAbs =
LangMon, -- - [bank_N, eye_N, hair_N, hand_N, hat_N, radio_N], -- also in DictMon
ExtendMon,
ExtraMon
-- DictMon -- normally not in All AR
** {

View File

@@ -2,6 +2,6 @@
abstract AllMonAbs =
Lang, -- - [bank_N, hair_N, hand_N, hat_N, radio_N], -- auch in DictMonAbs, HL
ExtraMonAbs
Extend
-- DictMonAbs -- normally not in All AR
** {} ;

View File

@@ -0,0 +1,8 @@
--# -path=.:../common:../abstract
concrete ExtendMon of Extend =
CatMon ** ExtendFunctor
with
(Grammar = GrammarMon) ** {
}