Click here to Skip to main content
15,887,746 members
Articles / Programming Languages / Visual Basic

Flee - Fast Lightweight Expression Evaluator

Rate me:
Please Sign up or sign in to vote.
4.91/5 (47 votes)
11 Oct 2007LGPL310 min read 195.7K   3.7K   108  
A .NET expression evaluator that compiles to IL and is designed for speed.
Flee - Fast Lightweight Expression Evaluator
-------------

Version: 0.9.4.0
Release Date: August 19, 2007

New features:
-Parsing now uses SyncLock on internal object as Microsoft recommends
-Reverted to simple EmitToAssembly for better performance
-DynamicExpressionOwner: Allows you to define and use dynamically created variables instead of hard-coded fields/properties
-CalculationEngine: Allows you to reference other expressions in an expression and enables natural order recalculation

Bug fixes:

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Web Developer
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions