1
0
forked from GitHub/gf-rgl

(Chi) compile ExtendChi + use linref for VP

This commit is contained in:
Inari Listenmaa
2023-02-24 15:26:57 +08:00
parent a5f3e9ebd2
commit cb397987fc
3 changed files with 4 additions and 3 deletions

View File

@@ -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 ;

View File

@@ -1,5 +1,5 @@
--# -path=.:../abstract:../common:prelude --# -path=.:../abstract:../common:prelude
abstract AllChiAbs = abstract AllChiAbs =
Lang, Lang,
ExtraChiAbs ; Extend ;

View File

@@ -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 ;
} }