mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
11 lines
307 B
Plaintext
11 lines
307 B
Plaintext
-- TODO: include the full GrammarEst
|
|
-- The Slash* is currently excluded only for performance reasons.
|
|
concrete LangEst of Lang =
|
|
GrammarEst - [Slash2V3,SlashV2A,Slash3V3,SlashV2VNP,SlashVV], ---- to speed up compilation
|
|
LexiconEst
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
|
|
|
} ;
|