run method

Iterable<String> run()

Run the REPL, yielding complete statements synchronously.

Implementation

Iterable<String> run() => _adapter.run();