i6_shell

Function shell_main

source
pub fn shell_main(
    lexer: impl LexerTraitObject,
    parser: impl ParserTraitObject,
    interpreter: impl InterpreterTraitObject,
) -> Result<()>