New Post: C# port
chadknudson wrote:I have managed to port FLEE to C# -- I call it FleeSharp :-) I haven't been able to find a way to get in touch with the original author Ciloci to get his blessing on it, but it was a...
View ArticleNew Post: CompileGeneric throws error on parsing double quotes "
Hi,When I try this code I getting an exception. I am trying to insert " (double quotes) within a string.This is the code:ExpressionContext fleeContext; fleeContext = GetFleeContext<string>();...
View ArticleNew Post: C# port
Hi guy's. I have ported Flee to C#.Updated grammatica from 1.5 alpha to 1.5 stable and modified it to work well with Flee.I have ran all of the unit tests and they all passI have compared benchmark...
View ArticleNew Post: C# port
Thanks a lot for that,We're definitely up for contributing.Can you add this account as a developper to the project?See you there, JesseCTO Aricie
View ArticleNew Post: iOS Support
Hi Gareth.From what i know, Code Generation is not allowed by the iOS kernel, because of that MonoTouch doesn't include/support the Reflection.Emit namespace of .NET that flee heavily relies...
View ArticleNew Post: Some enhancements, please
Hello, thanks for this great Evaluator.I'm still at the beginning of understanding the wide spectrum of possibilities of this Evaluator.I started use it in an Excel-like application. For this I took...
View ArticleNew Comment on "LanguageReference"
Hi, is there possible for me to write a multiline expression? Example: This is vb format If a > 0 then If a <= 1 then X = b * ( a * 1.5 ) else X = ( 1.5 + ( a - 1 ) * 2 ) * b end if else X = 0...
View ArticleCreated Issue: No result for power higher than "30"! [15877]
Hi,Thank you for this fabulous library... The most thing I love about, is the ability to add a custom functions easily.Please, check the error (mentioned in the title)... Anyone knows where I can find...
View ArticleNew Post: Support Nullable type?
The solution posted by spboyer doesn't seem to be working correctly for System.DateTime? (nullable System.DateTime).
View ArticleNew Post: Library customization with payment.
Any one in this discussion forum can do support for this library project? My company can make a payment for some one that make customize the feature on the source code to fit with our main project. If...
View ArticleNew Post: Is there a way to check whether the expression is valid before...
Hi, New here, so hi. Excellent project. Got it working in MVC3, .NET4. C# environment to test rules against class objects. Looks good. However I have found an issue, and that is I need to validate the...
View ArticleClosed Issue: Implicit castor is not used in FLEE expression [7048]
I have implemented an implicit conversion to a double in a class (DoubleWrapper) that is used as a variable. When I use this class in C#, it works as expected: double dResult = Math.Cos( aDouble...
View ArticleClosed Feature: Indexer with more than one argument gives parser exception...
Calling an indexer with more than one argument gives a parse exception on the list separator. Unit tests: [TestMethod] public void TestIndexerWithOneArgument() { ExpressionContext context = new...
View ArticleClosed Issue: Implement standard constructors on all custom exceptions [3823]
Thanks for adding the [Serializable] attribute to custom exceptions, but we didn't quite make it deserializable yet. Please implement the 4 standard constructors on all custom exceptions: public...
View ArticleClosed Issue: Owner base type property calling produce runtime error [3107]
I have specified the Owner property for the expression object, and the type of owner object has base type which is not Object. When I get the value of base type property, an runtime exception occurred....
View ArticleClosed Task: Strongly signed assemblies [2160]
Hi, Great library, too bad the assemblies are not strongly signed. This prevents referencing the library from assemblies which have a strong key. Any chances of providing strongly signed versions of...
View ArticleClosed Feature: Support for null value [945]
There needs to be support for specifying the null value in expressions
View Article