improved REPL a bit

now uses rustyline for input
This commit is contained in:
Moritz Gmeiner 2024-09-02 03:10:35 +02:00
commit fb88595b6c
13 changed files with 560 additions and 100 deletions

View file

@ -21,3 +21,5 @@ path = "interpreter"
[dependencies]
clap = { version = "4", features = ["derive"] }
colored = "2.1.0"
rustyline = "14.0.0"