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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5997b4b7b514f689 X-Google-Attributes: gid103376,public From: Brian Rogoff Subject: Re: Reading a line of arbitrary length Date: 1997/02/15 Message-ID: #1/1 X-Deja-AN: 219020932 References: <5ds40o$rpo@fg70.rz.uni-karlsruhe.de> <33032AE2.666F@mds.lmco.com> <33037A74.44AF@mds.lmco.com> <3304D791.489C@acm.org> Content-Type: TEXT/PLAIN; charset=US-ASCII Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1997-02-15T00:00:00+00:00 List-Id: On 15 Feb 1997, Robert Dewar wrote: > <... referring to the planned SNOBOL string library for GNAT v3.10 ...> > > The GNAT capability is not just a simulation but an exact and complete > copy, with even a reasonable approximation of the SNOBOL-4 syntax. The > code for the pattern matching (about 6000 lines of code with comments) > is a complete pattern matching implementation including recursive > patterns, and dynamic pattern assignment. The code uses the same > algorithm as the pattern matcher I wrote for Macro SPITBOL. Will this library be written in portable Ada-95, or will it be GNAT specific? The former would of course be preferable, and save many people from writing and using crude approximations. -- Brian