Files
gf-rgl/src/finnish/LangFin.gf

13 lines
219 B
Plaintext

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