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 C. Hoos, Sr." Subject: Re: Expression Parser Date: 1999/08/05 Message-ID: <7ocfd1$mfk@hobbes.crc.com>#1/1 X-Deja-AN: 509251754 References: <379F1F9E.80B4CC27@utech.net> <7npml7$9iu$1@cnn.Princeton.EDU> <7o0as7$19po$1@news.gate.net> <7o7o47$91c@hobbes.crc.com> <7oatq8$1fp6$1@news.gate.net> Organization: Coleman Research Corporation X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Newsgroups: comp.lang.ada Date: 1999-08-05T00:00:00+00:00 List-Id: David Botton wrote in message <7oatq8$1fp6$1@news.gate.net>... >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. I'll try to make it available this weekend. In its present form it depends on my development environment (Makefiles, etc.) to be useful. I also need to write a README file.