mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-14 09:30:13 -06:00
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.
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
--# -path=.:../scandinavian:../abstract:../common:../api
|
|
|
|
concrete LangSwe of Lang =
|
|
GrammarSwe,
|
|
LexiconSwe
|
|
,ConstructionSwe
|
|
,DocumentationSwe --# notpresent
|
|
,MarkupSwe - [stringMark]
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|