Commits

Joe Groff committed 585a3b216a7
REPL: Add a -repl-run-loop mode. This runs the REPL with the editline interactor in a separate thread while the main thread runs a CFRunLoop. The interactor thread then sends REPL inputs through a CFMessagePort which the main thread run loop responds to. Swift SVN r4128