Changeset 5266 for src/Main.hs

Show
Ignore:
Timestamp:
07/07/05 07:44:01 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
7266
Message:

* Finish the transition from @?CHECK and @?INIT to

@*CHECK and @*INIT.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Main.hs

    r5158 r5266  
    8989--   "-e foo bar.p6" executes "foo" with @*ARGS[0] eq "bar.p6", 
    9090--   "-E foo bar.p6" executes "foo" and then bar.p6. 
     91-- XXX - Wrong -- Need to preserve environment across -E runs 
    9192run (("-E"):prog:rest)          = run ("-e":prog:[]) >> run rest 
    9293run ("-":args)                  = do doRun "-" args =<< readStdin