504 B
504 B
synopsis, cls, category, credits, issues
| synopsis | cls | category | credits | issues | ||
|---|---|---|---|---|---|---|
| REPL now uses rustyline |
|
Improvements |
|
The REPL now uses rustyline for input processing instead of editline. This comes with some improvements to REPL behavior: wrapping lines no longer confuse the line editor, unicode is fully supported, pasting multiline expressions is noew possible, even undo commands are now available! We plan to improve the REPL further using these newfound powers.