mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Lang???.gf: exclude Documentation from present mode
The Documentation module is excluded from present mode in abstract/Lang.gf, so it needs to be excluded in the corresponding concrete syntaxes too to avoid problems.
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
concrete LangBul of Lang =
|
concrete LangBul of Lang =
|
||||||
GrammarBul,
|
GrammarBul,
|
||||||
LexiconBul,
|
LexiconBul,
|
||||||
ConstructionBul,
|
ConstructionBul
|
||||||
DocumentationBul
|
,DocumentationBul --# notpresent
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ;
|
flags startcat = Phr ;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ concrete LangChi of Lang =
|
|||||||
GrammarChi,
|
GrammarChi,
|
||||||
LexiconChi
|
LexiconChi
|
||||||
,ConstructionChi
|
,ConstructionChi
|
||||||
,DocumentationChi
|
,DocumentationChi --# notpresent
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
flags startcat = Phr ; unlexer = concat ; lexer = text ;
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
concrete LangDut of Lang =
|
concrete LangDut of Lang =
|
||||||
GrammarDut,
|
GrammarDut,
|
||||||
LexiconDut
|
LexiconDut
|
||||||
,DocumentationDut
|
,DocumentationDut --# notpresent
|
||||||
,ConstructionDut
|
,ConstructionDut
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
--# -path=.:../abstract:../common:../api
|
--# -path=.:../abstract:../common:../api:../prelude
|
||||||
|
|
||||||
concrete LangEng of Lang =
|
concrete LangEng of Lang =
|
||||||
GrammarEng,
|
GrammarEng,
|
||||||
LexiconEng
|
LexiconEng
|
||||||
,ConstructionEng
|
,ConstructionEng
|
||||||
,DocumentationEng
|
,DocumentationEng --# notpresent
|
||||||
,MarkupEng - [stringMark]
|
,MarkupEng - [stringMark]
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ concrete LangEst of Lang =
|
|||||||
GrammarEst - [Slash2V3,SlashV2A,Slash3V3,SlashV2VNP,SlashVV], ---- to speed up compilation
|
GrammarEst - [Slash2V3,SlashV2A,Slash3V3,SlashV2VNP,SlashVV], ---- to speed up compilation
|
||||||
LexiconEst
|
LexiconEst
|
||||||
,ConstructionEst
|
,ConstructionEst
|
||||||
,DocumentationEst
|
,DocumentationEst --# notpresent
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
concrete LangFre of Lang =
|
concrete LangFre of Lang =
|
||||||
GrammarFre,
|
GrammarFre,
|
||||||
LexiconFre
|
LexiconFre
|
||||||
,DocumentationFre
|
,DocumentationFre --# notpresent
|
||||||
,ConstructionFre
|
,ConstructionFre
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ concrete LangGer of Lang =
|
|||||||
GrammarGer,
|
GrammarGer,
|
||||||
LexiconGer
|
LexiconGer
|
||||||
,ConstructionGer
|
,ConstructionGer
|
||||||
,DocumentationGer
|
,DocumentationGer --# notpresent
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
concrete LangHin of Lang =
|
concrete LangHin of Lang =
|
||||||
GrammarHin,
|
GrammarHin,
|
||||||
LexiconHin
|
LexiconHin
|
||||||
,DocumentationHin
|
,DocumentationHin --# notpresent
|
||||||
,ConstructionHin
|
,ConstructionHin
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
concrete LangIta of Lang =
|
concrete LangIta of Lang =
|
||||||
GrammarIta,
|
GrammarIta,
|
||||||
LexiconIta
|
LexiconIta
|
||||||
,DocumentationIta
|
,DocumentationIta --# notpresent
|
||||||
,ConstructionIta
|
,ConstructionIta
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
concrete LangSpa of Lang =
|
concrete LangSpa of Lang =
|
||||||
GrammarSpa,
|
GrammarSpa,
|
||||||
LexiconSpa
|
LexiconSpa
|
||||||
,DocumentationSpa
|
,DocumentationSpa --# notpresent
|
||||||
,ConstructionSpa
|
,ConstructionSpa
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ concrete LangSwe of Lang =
|
|||||||
GrammarSwe,
|
GrammarSwe,
|
||||||
LexiconSwe
|
LexiconSwe
|
||||||
,ConstructionSwe
|
,ConstructionSwe
|
||||||
,DocumentationSwe
|
,DocumentationSwe --# notpresent
|
||||||
,MarkupSwe - [stringMark]
|
,MarkupSwe - [stringMark]
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user