There is a REPL Image we use for VM debugging. It's a REPL in the command line and in the VM Simulator.
File-in in attachement to load and start the REPL. On Tue, Nov 28, 2017 at 8:18 AM, Stephane Ducasse <stepharo.s...@gmail.com> wrote: > Sorry I wanted to have it in pharo :) > > On Mon, Nov 27, 2017 at 3:56 AM, Holger Freyther <hol...@freyther.de> > wrote: > > > >> On 27. Nov 2017, at 05:38, Stephane Ducasse <stepharo.s...@gmail.com> > wrote: > >> > >> Hi > > > > Hey! > > > > > >> I'm working on a mini scheme implementation and I would like to add a > REPL and > >> I wonder how I can super easily get a read line. > > > > The easiest might just be to use "rlwrap your-interpreter"? But I think > you want to allow multi-line input. So either link libreadline (GPL) or > libedit? > > > > holger > > -- Clément Béra Pharo consortium engineer https://clementbera.wordpress.com/ Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq
StartReader.st
Description: Binary data
LoadReader.st
Description: Binary data