forked from GitHub/gf-rgl
12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangTur of Lang =
|
|
GrammarTur,
|
|
LexiconTur
|
|
,DocumentationTur --# notpresent
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
|
|
|
|
} ;
|