mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
--# -path=.:../../../lib/src/abstract:../../../lib/src/english:../../../lib/src/common
|
|
|
|
concrete DictLangEng of DictLang =
|
|
GrammarEng
|
|
** open ExtensionEng in {
|
|
|
|
flags unlexer = text ; lexer = text ;
|
|
|
|
} ;
|