forked from GitHub/gf-rgl
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
-- Adam Slaski, 2009 <adam.slaski@gmail.com>
|
|
|
|
concrete LangPol of Lang =
|
|
GrammarPol,
|
|
LexiconPol,
|
|
DocumentationPol --# notpresent
|
|
** { flags startcat = Phr ; unlexer = text ; lexer = text; } ;
|