Is there something similar to jEval for C# / .net ?
        Posted  
        
            by Calvin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Calvin
        
        
        
        Published on 2010-05-14T16:02:42Z
        Indexed on 
            2010/05/14
            16:04 UTC
        
        
        Read the original article
        Hit count: 229
        
I'm looking for a language that will parse mathematical expressions for me pretty easily, but also be able to call functions and reference variables as needed. Jeval looks to be what I'm looking for, but unfortunately I'm working in C#. Is there a .Net based equivalent to jeval?
© Stack Overflow or respective owner