Rewrite the Completion plugin using PPI. It's much more powerful and extensible.
authorSartak <Sartak@bd8105ee-0ff8-0310-8827-fb3f25b6796d>
Sun, 23 Sep 2007 20:46:20 +0000 (20:46 +0000)
committerSartak <Sartak@bd8105ee-0ff8-0310-8827-fb3f25b6796d>
Sun, 23 Sep 2007 20:46:20 +0000 (20:46 +0000)
commit1989c3d297823e55034a9cd22d79089fefcb93c3
tree477ff4c7bdce175be16c53b95ec07b989b0f2faf
parentcb3b891f24d8cf8b0b669bcb9cbb1135df12dace
Rewrite the Completion plugin using PPI. It's much more powerful and extensible.
Currently it only completes on keywords like 'while' and 'substr'.

git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@3777 bd8105ee-0ff8-0310-8827-fb3f25b6796d
Makefile.PL
lib/Devel/REPL/Plugin/Completion.pm
lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm [new file with mode: 0644]