Commits

Joe Groff committed 283a17ceeee
REPL: Groundwork for completions. Set up a Completion object to extract context and a prefix string from a partial input and then track the state of the user's interaction with the completion system. Wire up tab in editline to trigger completion when pressed. It still needs to be hooked up to name lookup; right now it just looks in a fixed list of completion strings. Swift SVN r3981