mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
improved REPL a bit
now uses rustyline for input
This commit is contained in:
parent
ca6e092b38
commit
fb88595b6c
13 changed files with 560 additions and 100 deletions
|
|
@ -21,3 +21,5 @@ path = "interpreter"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
colored = "2.1.0"
|
||||
rustyline = "14.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue