mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -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 ;
|
|
|
|
}
|