Download LazyParser.NET
- by Editor
LazyParser.NET is a light-weight late-bound expression parser compatible with C# 2.0 expression syntax. It allows you to incorporate user-supplied mathematical expressions or any C# expression in your application which can be dynamically evaluated at runtime, using late binding.
Any .NET class and/or method can be used in expressions, provided you allow access [...]