mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete LangFin of Lang =
|
|
-- GrammarFin - [SlashV2VNP,SlashVV], ---- to speed up compilation
|
|
GrammarFin,
|
|
LexiconFin
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
|
|
|
} ;
|