mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
--# -path=.:../english:../abstract:../common:prelude
|
|
|
|
concrete MinimalEng of Minimal =
|
|
GrammarEng,
|
|
MinLexiconEng
|
|
** {
|
|
|
|
flags startcat = Phr ; -- unlexer = text ; lexer = text ;
|
|
|
|
} ;
|