1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/polish/LangPol.gf
2022-08-09 11:23:36 +02:00

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; } ;