Changeset 7139 for src/Main.hs
- Timestamp:
- 09/26/05 00:04:04 (3 years ago)
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r7137 r7139 84 84 run ("-C":backend:file:_) = slurpFile file >>= doCompileDump backend file 85 85 86 run ("-B":backend: args) | (== map toLower backend) `any` ["js","perl5"] =87 doHelperRun backend args86 run ("-B":backend:_) | (== map toLower backend) `any` ["js","perl5"] = 87 doHelperRun backend =<< getArgs 88 88 run ("-B":backend:"-e":prog:_) = doCompileRun backend "-e" prog 89 89 run ("-B":backend:file:_) = slurpFile file >>= doCompileRun backend file
