summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/GFI.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/GFI.hs b/src/compiler/GFI.hs
index 4266afa45..2b1d125d9 100644
--- a/src/compiler/GFI.hs
+++ b/src/compiler/GFI.hs
@@ -130,6 +130,10 @@ loop opts gfenv0 = do
writeFile "_gfdepgraph.dot" (depGraph sgr)
putStrLn "wrote graph in file _gfdepgraph.dot"
loopNewCPU gfenv
+ "eh":w:_ -> do
+ cs <- readFile w >>= return . map (interpretCommandLine enc env) . lines
+ loopNewCPU gfenv
+
"i":args -> do
gfenv' <- case parseOptions args of
Ok (opts',files) -> do