mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-08 09:36:31 -06:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangFin of Lang =
|
|
GrammarFin,
|
|
LexiconFin,
|
|
ConstructionFin,
|
|
DocumentationFin
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
|
|
|
} ;
|