Description
The REPL (carv repl) needs quality-of-life improvements.
Suggested Features
Where to Start
cmd/carv/main.go - REPL implementation
- Consider using a library like
readline for history
Good First Issue
Start with one feature at a time. History and :help are good starting points!
Description
The REPL (
carv repl) needs quality-of-life improvements.Suggested Features
:helpcommand showing available commands:type <expr>to show type of expression:clearto clear screen:load <file>to load a file into REPLWhere to Start
cmd/carv/main.go- REPL implementationreadlinefor historyGood First Issue
Start with one feature at a time. History and
:helpare good starting points!