pub fn start_repl()
Expand description
Starts the REPL (Read-Eval-Print Loop).
This function initializes the REPL environment and processes user input
in an interactive loop. Users can type commands, expressions, or special
keywords like help
or exit
.