skx / yal

Yet another lisp interpreter
GNU General Public License v2.0
16 stars 0 forks source link

Use a readline library in the REPL. #142

Closed skx closed 1 year ago

skx commented 1 year ago

This closes #140 by adding a readline library in our REPL, which gives us history, and searching. There is also better support for editting input.

I did not understand how to add completion, so that will be a job for future-Steve.