forked from GitHub/gf-rgl
added Extend modules for Hindi, Urdu, Mongolian
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
concrete AllHin of AllHinAbs =
|
||||
LangHin,
|
||||
ExtraHin
|
||||
** {} ;
|
||||
ExtendHin
|
||||
** open ExtraHin in {} ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
abstract AllHinAbs =
|
||||
Lang,
|
||||
ExtraHinAbs
|
||||
Extend
|
||||
** {} ;
|
||||
|
||||
11
src/hindi/ExtendHin.gf
Normal file
11
src/hindi/ExtendHin.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
concrete ExtendHin of Extend =
|
||||
CatHin ** ExtendFunctor -
|
||||
[
|
||||
ComplDirectVQ, ComplDirectVS
|
||||
]
|
||||
with
|
||||
(Grammar = GrammarHin) ** {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user