leo_interpreter

Function interpret

Source
pub fn interpret(
    leo_filenames: &[PathBuf],
    aleo_filenames: &[PathBuf],
    signer: Address<TestnetV0>,
    block_height: u32,
    tui: bool,
) -> Result<()>
Expand description

Load all the Leo source files indicated and open the interpreter to commands from the user.