From 064cfef331cbd6ced6b8a85d02ceb11bfb2da6e2 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 3 Feb 2010 20:55:54 +0000 Subject: command eh ; lib/doc/tour started --- src/compiler/GFI.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/compiler/GFI.hs') 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 -- cgit v1.2.3