(Chi) compile ExtendChi + use linref for VP

This commit is contained in:
Inari Listenmaa
2023-03-01 10:20:32 +08:00
committed by Meowyam
parent 4a56f8e3fd
commit 2fcd5bd3ae
3 changed files with 4 additions and 3 deletions
+1 -1
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 ;
+1 -1
View File
@@ -2,4 +2,4 @@
abstract AllChiAbs = abstract AllChiAbs =
Lang, Lang,
ExtraChiAbs ; Extend ;
+1
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 ;
} }