Commits

Joe Groff committed 687c61ad1b7
REPL: Bind top-level expressions to result vars. If a REPL input parses to an expression, bind it to the next available variable 'r<n>', and print the result as if it were a name binding. Don't bind a variable if the expression consists of a lone DeclRef, and don't print the binding if it has void type. Swift SVN r4201