pub fn lower_to_ir(
program: &Program,
) -> Result<Vec<SolanaProgram>, CodegenError>Expand description
Lower the AST to Solana IR
pub fn lower_to_ir(
program: &Program,
) -> Result<Vec<SolanaProgram>, CodegenError>Lower the AST to Solana IR