Files
gf-core/lib/src/finnish/LangFin.gf

13 lines
225 B
Plaintext

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