Namespace Evergine.Framework.Helpers.BoolEvaluation
Classes
Interpreter
Class used to parse and compile a text expression into an Expression or a Delegate that can be invoked. Expressions are written using a subset of C# syntax. Only get properties, Parse, and Eval methods are thread-safe.