Commits

Joe Groff committed ddb7ead55c3
REPL: Contextual completions. If the completion prefix has a '.' behind it, guesstimate a context expression by lexing backward through an identifier(.identifier)* dotted path, then attempt to parse and typecheck that expression to decide on a base type in which to find completions. Swift SVN r4063