From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:1294:: with SMTP id w20mr2370100qki.197.1637645649824; Mon, 22 Nov 2021 21:34:09 -0800 (PST) X-Received: by 2002:a25:c68a:: with SMTP id k132mr3118202ybf.531.1637645649525; Mon, 22 Nov 2021 21:34:09 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 22 Nov 2021 21:34:09 -0800 (PST) In-Reply-To: <0c74bdc3-bfe9-4871-b610-62c286804d7an@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=46.147.99.180; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww NNTP-Posting-Host: 46.147.99.180 References: <0c74bdc3-bfe9-4871-b610-62c286804d7an@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6b9a1792-76a2-41d1-9cb0-868148f31f3dn@googlegroups.com> Subject: Re: Diff algorithm From: Vadim Godunko Injection-Date: Tue, 23 Nov 2021 05:34:09 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63146 List-Id: On Monday, November 22, 2021 at 3:37:59 PM UTC+3, amado...@gmail.com wrote: > Could use an implementaion of the diff algorithm in Ada. > I searched but could not find. > Ada Language Server has implementation of the one of the diff algorithm, see https://github.com/AdaCore/ada_language_server/blob/master/source/ada/lsp-ada_documents.adb#L344