Changeset 7137 for src/Main.hs
- Timestamp:
- 09/25/05 22:30:40 (3 years ago)
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r7127 r7137 216 216 case map toLower backend of 217 217 "js" -> if (args == []) 218 then (doExecuteHelper [ "perl5", "PIL2JS", "jspugs.pl" ] [])219 else (doExecuteHelper [ "perl5", "PIL2JS", "runjs.pl" ] args)220 "perl5" -> doExecuteHelper [ "perl5", "PIL-Run", " crude_repl.pl" ] args218 then (doExecuteHelper [ "perl5", "PIL2JS", "jspugs.pl" ] []) 219 else (doExecuteHelper [ "perl5", "PIL2JS", "runjs.pl" ] args) 220 "perl5" -> doExecuteHelper [ "perl5", "PIL-Run", "pugs-p5.pl" ] args 221 221 _ -> fail ("unknown backend: " ++ backend) 222 222
