You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[On the fly variables and functions evaluation](./wiki/Variables-and-functions#on-the-fly-variables-and-functions-evaluation) (To easily extend possibilities, Manage also on instance Property and Methods)
24
-
*[A large set of C# operators availables](./wiki/Operators-and-Keywords#standard-operators)
21
+
* Some useful [functions](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-functions#standard-functions) for example to create List and Arrays
*[On the fly variables and functions evaluation](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-functions#on-the-fly-variables-and-functions-evaluation) (To easily extend possibilities, Manage also on instance Property and Methods)
24
+
*[A large set of C# operators availables](https://github.com/codingseb/ExpressionEvaluator/wiki/Operators-and-Keywords#standard-operators)
25
25
* Instance and static methods and properties access like as in C#
26
26
* You can call Methods and/or Properties on your own classes (just pass a object as custom variables)
* Classes like File, Directory, Regex, List ... available ([You can extend the list of Namespaces](./wiki/C%23-Types-Management#assemblies-namespaces-and-types))
31
-
* Create instance with [new(MyClassName, constructorArgs)](./wiki/Variables-and-Functions#standard-functions) or [new MyClassName(constructorArgs)](./wiki/Operators-and-Keywords#standard-operators)
32
-
*[Call void methods with fluid prefix convention to chain operations](./wiki/Variables-and-Functions#go-fluid-with-a-simple-methods-prefixing-convention)
33
-
* Manage [ExpandoObject](./wiki/ExpandoObject)
30
+
* Classes like File, Directory, Regex, List ... available ([You can extend the list of Namespaces](https://github.com/codingseb/ExpressionEvaluator/wiki/C%23-Types-Management#assemblies-namespaces-and-types))
31
+
* Create instance with [new(MyClassName, constructorArgs)](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-Functions#standard-functions) or [new MyClassName(constructorArgs)](https://github.com/codingseb/ExpressionEvaluator/wiki/Operators-and-Keywords#standard-operators)
32
+
*[Call void methods with fluid prefix convention to chain operations](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-Functions#go-fluid-with-a-simple-methods-prefixing-convention)
## And with [ScriptEvaluate](./wiki/Getting-Started#small-scripts) method
35
+
## And with [ScriptEvaluate](https://github.com/codingseb/ExpressionEvaluator/wiki/Getting-Started#small-scripts) method
36
36
* Small C# like script evaluation (Multi expressions separated by ; )
37
-
* Some conditional and loop blocks [keywords](./wiki/Operators-and-Keywords#scripts-keywords) (if, while, for, foreach ...)
37
+
* Some conditional and loop blocks [keywords](https://github.com/codingseb/ExpressionEvaluator/wiki/Operators-and-Keywords#scripts-keywords) (if, while, for, foreach ...)
0 commit comments