shell_main

Function shell_main 

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