class Opal::CLI

def run_repl

def run_repl
  require 'opal/repl'
  repl = REPL.new
  repl.run(argv)
end