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-Thread: 103376,12019f6ca69c7e24,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!API-DIGITAL.COM-a2kHrUvQQWlmc!not-for-mail Date: Sun, 28 Mar 2010 10:23:58 -0500 From: "Marc A. Criley" User-Agent: Thunderbird 2.0.0.24 (X11/20100317) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: ANNOUNCE: Evex 0.50, Evaluation Expression for and in Ada Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <46a8c$4baf748f$d8e45cc7$28515@API-DIGITAL.COM> X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com X-Trace: 46a8c4baf748f7d41f96228515 Xref: g2news1.google.com comp.lang.ada:9799 Date: 2010-03-28T10:23:58-05:00 List-Id: Evex is a full-featured run-time expression evaluation library providing a variety of built-in mathematical and string manipulation operators and functions. A variable table is maintained for the storage and retrieval of the results of evaluated expressions. New functions can be defined at run-time using the #define built-in function and then subsequently invoked. More complex or application-specific functions, or those requiring higher, natively-compiled performance can be implemented as part of the user's application and then registered as an Evex function. Available at: http://sourceforge.net/projects/evex/files Evex manual here: http://sourceforge.net/projects/evex/files/evex/Evex_manual.txt/download Evex is GMGPL licensed and is considered a Beta release, although there are no known outstanding issues. Evex requires Ada 2005, and time functions are GNAT-specific (though you can omit that package if you don't need those capabilities). Evex is built atop the example Ada expression parser from Dmitry Kazakov's Simple Components collection (http://www.dmitry-kazakov.de/ada/components.htm). Thanks Dmitry! Marc A. Criley McKae Technologies