mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 22:26:33 -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.
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
--# -path=.:../abstract:../common:../hindustani:../api
|
|
|
|
concrete LangHin of Lang =
|
|
GrammarHin,
|
|
LexiconHin
|
|
,DocumentationHin --# notpresent
|
|
,ConstructionHin
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer=unwords ; lexer=words ;
|
|
|
|
}
|