danilopedraza / symstatic

The Symstatic programming language code repository
https://symstatic.org/book
GNU General Public License v3.0
2 stars 0 forks source link

REPL #12

Closed danilopedraza closed 3 months ago

danilopedraza commented 5 months ago

I need a REPL. Right now there is a basic REPL that evaluates single lines. I need some features:

danilopedraza commented 3 months ago

There are two line reading libraries that can help me in this task: Rustyline and Linefeed.

danilopedraza commented 3 months ago

It seems like Rustyline is the most complete of the two (and the most popular).

danilopedraza commented 3 months ago

Rustyline is nice!

danilopedraza commented 3 months ago

I added naive implementations for all the necessary features.