1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/polish/LangPol.gf
2009-10-23 12:44:58 +00:00

9 lines
214 B
Plaintext

--# -path=.:../abstract:../common:../prelude
-- Adam Slaski, 2009 <adam.slaski@gmail.com>
concrete LangPol of Lang =
GrammarPol,
LexiconPol
** { flags startcat = Phr ; unlexer = text ; lexer = text; } ;