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