pub fn matrix_set(
    matrix: ExprResult,
    y: usize,
    x: usize,
    value: ExprResult
) -> Result<ExprResult, AssemblerError>