Polish resource grammar

This commit is contained in:
aarne
2009-10-23 12:44:58 +00:00
parent c4ff3b2a7c
commit f1933593e3
27 changed files with 8319 additions and 0 deletions

8
src/polish/LangPol.gf Normal file
View File

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