comp.lang.ada
 help / color / mirror / Atom feed
* ANNOUNCE: Evex 0.50, Evaluation Expression for and in Ada
@ 2010-03-28 15:23 Marc A. Criley
  2010-03-28 17:06 ` John B. Matthews
  0 siblings, 1 reply; 2+ messages in thread
From: Marc A. Criley @ 2010-03-28 15:23 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ANNOUNCE: Evex 0.50, Evaluation Expression for and in Ada
  2010-03-28 15:23 ANNOUNCE: Evex 0.50, Evaluation Expression for and in Ada Marc A. Criley
@ 2010-03-28 17:06 ` John B. Matthews
  0 siblings, 0 replies; 2+ messages in thread
From: John B. Matthews @ 2010-03-28 17:06 UTC (permalink / raw)


In article <46a8c$4baf748f$d8e45cc7$28515@API-DIGITAL.COM>,
 "Marc A. Criley" <mcNOSPAM@mckae.com> wrote:

> 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!

Sweet! One minor diff:

$ svn diff README 
...
-gnatmake -P evex_test.gpr
+gnatmake -P test_evex.gpr
...
 
-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-28 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-28 15:23 ANNOUNCE: Evex 0.50, Evaluation Expression for and in Ada Marc A. Criley
2010-03-28 17:06 ` John B. Matthews

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox