Function sicompiler::run

source ·
pub fn run(cli: &Cli) -> Result<(), SicompilerError>
Expand description

Executes the main functionality of the program based on the provided command-line arguments.

§Arguments

  • cli - A reference to the Cli struct containing command-line arguments.

§Returns

Returns a Result indicating success (Ok(())) or an error (Err(SicompilerError)).