How The Live REPL Works
Code from editor is sent to some Perl code.
PPI is used to "parse" the code.
Devel::REPL is used to evaluate each statement.
Results are captured and sent back to editor.