Files
gf-core/lib/src/finnish/LangFin.gf
2013-12-12 18:46:48 +00:00

13 lines
212 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete LangFin of Lang =
GrammarFin,
LexiconFin,
ConstructionFin,
DocumentationFin
** {
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
} ;