mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
fixed SUMOEng with open instead of import for the Extension module
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
--# -path=.:../../../lib/src/abstract:../../../lib/src/english:../../../lib/src/common
|
||||
|
||||
concrete DictLangEng of DictLang =
|
||||
GrammarEng,
|
||||
ExtensionEng ** {
|
||||
GrammarEng
|
||||
** open ExtensionEng in {
|
||||
|
||||
flags unlexer = text ; lexer = text ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user