mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Documentation and Construction back in Lang, via the inclusion of ../api in the paths of Lang and All files
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
abstract Lang =
|
abstract Lang =
|
||||||
Grammar,
|
Grammar,
|
||||||
Lexicon
|
Lexicon
|
||||||
-- ,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar
|
,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar
|
||||||
-- ,Documentation
|
,Documentation
|
||||||
** {
|
** {
|
||||||
flags startcat=Phr ;
|
flags startcat=Phr ;
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:../api
|
||||||
|
|
||||||
concrete AllChi of AllChiAbs = LangChi, ExtraChi ;
|
concrete AllChi of AllChiAbs = LangChi, ExtraChi ;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
concrete LangChi of Lang =
|
concrete LangChi of Lang =
|
||||||
GrammarChi,
|
GrammarChi,
|
||||||
LexiconChi
|
LexiconChi
|
||||||
-- ,ConstructionChi
|
,ConstructionChi
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:../api
|
||||||
|
|
||||||
concrete AllEng of AllEngAbs =
|
concrete AllEng of AllEngAbs =
|
||||||
LangEng,
|
LangEng,
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../api
|
||||||
|
|
||||||
concrete LangEng of Lang =
|
concrete LangEng of Lang =
|
||||||
GrammarEng,
|
GrammarEng,
|
||||||
LexiconEng
|
LexiconEng
|
||||||
-- ,ConstructionEng,
|
,ConstructionEng
|
||||||
-- ,DocumentationEng
|
,DocumentationEng
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:../api
|
||||||
|
|
||||||
concrete AllFin of AllFinAbs =
|
concrete AllFin of AllFinAbs =
|
||||||
LangFin - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses
|
LangFin - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses
|
||||||
|
|||||||
@@ -98,9 +98,10 @@ oper
|
|||||||
th "1.p" ++ gforms Pl P1 ++ tdf (vfin (ImperP1Pl))) ++
|
th "1.p" ++ gforms Pl P1 ++ tdf (vfin (ImperP1Pl))) ++
|
||||||
tr (th "2.p" ++ gforms Pl P2 ++ tdf (vfin (Imper Pl))) ++
|
tr (th "2.p" ++ gforms Pl P2 ++ tdf (vfin (Imper Pl))) ++
|
||||||
tr (th "3.p" ++ gforms Pl P3 ++ tdf (vfin (ImperP3 Pl))) ++
|
tr (th "3.p" ++ gforms Pl P3 ++ tdf (vfin (ImperP3 Pl))) ++
|
||||||
tr (intagAttr "th" "colspan=2" (heading passive_Parameter) ++
|
tr (intagAttr "th" "colspan=2" (heading passive_Parameter)
|
||||||
tdf (vfin (PassPresn True)) ++ tdf (vfin (PassImpf True)) ++ --# notpresent
|
++ tdf (vfin (PassPresn True)) ++ tdf (vfin (PassImpf True)) ++ --# notpresent
|
||||||
tdf (vfin (PassCondit True)) ++ tdf (vfin (PassPotent True)) ++ tdf (vfin (PassImper True))) ++ --# notpresent
|
tdf (vfin (PassCondit True)) ++ tdf (vfin (PassPotent True)) ++ tdf (vfin (PassImper True)) --# notpresent
|
||||||
|
) ++
|
||||||
tr (intagAttr "th" "rowspan=3" (heading negative_Parameter) ++
|
tr (intagAttr "th" "rowspan=3" (heading negative_Parameter) ++
|
||||||
|
|
||||||
th (heading singular_Parameter)
|
th (heading singular_Parameter)
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../api
|
||||||
|
|
||||||
concrete LangFin of Lang =
|
concrete LangFin of Lang =
|
||||||
GrammarFin,
|
GrammarFin,
|
||||||
LexiconFin
|
LexiconFin
|
||||||
-- , ConstructionFin,
|
, ConstructionFin
|
||||||
-- , DocumentationFin
|
, DocumentationFin
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:../romance:../abstract:../common:prelude
|
--# -path=.:../romance:../abstract:../common:../api
|
||||||
|
|
||||||
concrete AllFre of AllFreAbs =
|
concrete AllFre of AllFreAbs =
|
||||||
LangFre,
|
LangFre,
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
--# -path=.:../romance:../abstract:../common:../prelude
|
--# -path=.:../romance:../abstract:../common:../api
|
||||||
|
|
||||||
concrete LangFre of Lang =
|
concrete LangFre of Lang =
|
||||||
GrammarFre,
|
GrammarFre,
|
||||||
LexiconFre
|
LexiconFre
|
||||||
-- ,DocumentationFre
|
,DocumentationFre
|
||||||
-- ,ConstructionFre
|
,ConstructionFre
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:../api
|
||||||
|
|
||||||
concrete AllGer of AllGerAbs =
|
concrete AllGer of AllGerAbs =
|
||||||
LangGer,
|
LangGer,
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../api
|
||||||
|
|
||||||
concrete LangGer of Lang =
|
concrete LangGer of Lang =
|
||||||
GrammarGer,
|
GrammarGer,
|
||||||
LexiconGer
|
LexiconGer
|
||||||
-- ,ConstructionGer
|
,ConstructionGer
|
||||||
-- ,DocumentationGer
|
,DocumentationGer
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:../scandinavian:../abstract:../common:prelude
|
--# -path=.:../scandinavian:../abstract:../common:../api
|
||||||
|
|
||||||
concrete AllSwe of AllSweAbs =
|
concrete AllSwe of AllSweAbs =
|
||||||
LangSwe - [PassV2],
|
LangSwe - [PassV2],
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
--# -path=.:../scandinavian:../abstract:../common:../prelude
|
--# -path=.:../scandinavian:../abstract:../common:../api
|
||||||
|
|
||||||
concrete LangSwe of Lang =
|
concrete LangSwe of Lang =
|
||||||
GrammarSwe,
|
GrammarSwe,
|
||||||
LexiconSwe
|
LexiconSwe
|
||||||
-- ,ConstructionSwe
|
,ConstructionSwe
|
||||||
-- ,DocumentationSwe
|
,DocumentationSwe
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|||||||
Reference in New Issue
Block a user