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/03 Message-ID: <7o7o47$91c@hobbes.crc.com>#1/1 X-Deja-AN: 508544875 References: <379F1F9E.80B4CC27@utech.net> <7npml7$9iu$1@cnn.Princeton.EDU> <7o0as7$19po$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-03T00:00:00+00:00 List-Id: Ehud Lamm wrote in message ... >Another idea is evloving something like PERL's CPAN. The Source Code >Treasury seems like a very good starting point. > 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 spent one day developing the package, and the test program, and testing the interpreter. You might want to consider such an approach. David C, Hoos, Sr.