From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4f316de357ae35e9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-01 08:07:08 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!news.tufts.edu!uunet!dca.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: FAQ and string functions Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Thu, 1 Aug 2002 15:06:44 GMT References: <20020730093206.A8550@videoproject.kiev.ua> <4519e058.0207300548.15eeb65c@posting.google.com> <20020731104643.C1083@videoproject.kiev.ua> <20020801140909.I1080@videoproject.kiev.ua> <%hb29.3933$0S2.3139@nwrddc02.gnilink.net> NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:27574 Date: 2002-08-01T15:06:44+00:00 List-Id: "Frank J. Lhota" writes: > It sounds like you would enjoy using the GNAT.SNOBOL package. Although it > comes packaged with the GNAT compiler, the source code is available, and you > should be able to compile it with any Ada 95 compiler with little or no > modification. This package will allow you to do string processing in the > SNOBOL4 style, where indices are almost never used. Actually, I think it uses 'Unrestricted_Access, which is not supported by most Ada compilers. It's actually GNAT.Spitbol, not Snobol. I got it wrong in my earlier post. - Bob