Skip to content
  • Simon Marlow's avatar
    [project @ 2003-09-04 11:08:46 by simonmar] · e98cf284
    Simon Marlow authored
    Add a new command-line flag -e EXPR, which runs ghc in interactive
    mode and evaluates EXPR only before exiting.
    
    Also, the lexer now ignores lines beginning with "#!".  This is so
    that we can use ghc as a scripting language with Unix-style scripts
    beginning with
    
    #! /usr/local/bin/ghc -e main
    
    (well, it's not quite that simple, but I'll leave the details for the
    more enterprising hackers).
    e98cf284