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,63d97587cee64bd1 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Expression Parser Date: 1999/08/04 Message-ID: <7oatq8$1fp6$1@news.gate.net>#1/1 X-Deja-AN: 509028019 References: <379F1F9E.80B4CC27@utech.net> <7npml7$9iu$1@cnn.Princeton.EDU> <7o0as7$19po$1@news.gate.net> <7o7o47$91c@hobbes.crc.com> X-Mimeole: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 933821064 48934 199.227.148.93 (5 Aug 1999 02:44:24 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 5 Aug 1999 02:44:24 GMT Newsgroups: comp.lang.ada Date: 1999-08-05T02:44:24+00:00 List-Id: Is the package available for public consumption? David Botton David C. Hoos, Sr. wrote in message <7o7o47$91c@hobbes.crc.com>... >Speaking of Perl... I also had a need for an expression parser in an >Ada program. After looking at what's available, and the time it >would take to do what I need in Ada, I decided on embedding a Perl >interpreter.