forked from GitHub/gf-rgl
15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangLav of Lang =
|
|
GrammarLav,
|
|
LexiconLav
|
|
,DocumentationLav --# notpresent
|
|
** {
|
|
|
|
flags
|
|
startcat = Phr ;
|
|
unlexer = text ;
|
|
lexer = text ;
|
|
|
|
}
|