mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-24 06:31:30 -06:00
add ModEnv to CompileEnv. This removes the need to read one and the same time twice when multiple grammars are loaded.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module GF.Devel.ReadFiles
|
||||
( getAllFiles,ModName,getOptionsFromFile,importsOfModule,
|
||||
( getAllFiles,ModName,ModEnv,getOptionsFromFile,importsOfModule,
|
||||
gfoFile,gfFile,isGFO ) where
|
||||
|
||||
import GF.Infra.Option
|
||||
|
||||
Reference in New Issue
Block a user