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