• Diff algorithm

    From Marius Amado-Alves@21:1/5 to All on Mon Nov 22 04:37:58 2021
    Could use an implementaion of the diff algorithm in Ada.
    I searched but could not find.

    Other advanced string processing functions also appreciated.
    I know GNAT.Spitbol

    Thanks a lot.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vadim Godunko@21:1/5 to amado...@gmail.com on Mon Nov 22 21:34:09 2021
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)