forked from GitHub/gf-rgl
(Chi) compile ExtendChi + use linref for VP
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
--# -path=.:../abstract:../common:../api:../prelude
|
--# -path=.:../abstract:../common:../api:../prelude
|
||||||
|
|
||||||
concrete AllChi of AllChiAbs = LangChi, ExtraChi ;
|
concrete AllChi of AllChiAbs = LangChi, ExtendChi ;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
|
||||||
abstract AllChiAbs =
|
abstract AllChiAbs =
|
||||||
Lang,
|
Lang,
|
||||||
ExtraChiAbs ;
|
Extend ;
|
||||||
|
|||||||
@@ -90,4 +90,5 @@ concrete CatChi of Cat = CommonX - [Tense, Temp, Ant, Adv] ** open ResChi, Prelu
|
|||||||
linref
|
linref
|
||||||
S = linS ;
|
S = linS ;
|
||||||
Prep = linPrep ;
|
Prep = linPrep ;
|
||||||
|
VP = infVP ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user