mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 02:51:25 -05:00
got the CoffeeScript-in-CoffeeScript REPL running, and boy is she fast
This commit is contained in:
@@ -35,7 +35,7 @@ option_parser: null
|
||||
# The CommandLine handles all of the functionality of the `coffee` utility.
|
||||
exports.run: ->
|
||||
parse_options()
|
||||
launch_repl() if options.interactive
|
||||
return require './repl' if options.interactive
|
||||
usage() unless sources.length
|
||||
compile_scripts()
|
||||
this
|
||||
|
||||
Reference in New Issue
Block a user