expression-tree topic
IoCContainer
Expressions based Inversion of Control container for .NET
MathArtist
Tool for generating pictures using mathematical formulas.
expression-utils
Efficient Processing, Compilation, and Execution of Expression Trees at Runtime
QueryInterceptor.Core
Provides a generic way to intercept IQueryable expression trees using custom expression visitors.
py-cgraph
:tangerine: Intro to symbolic computation in Python including applications to function optimization, physics simulation and more. Includes notebooks on back-propagation, auto-diff and more.
DeepCopier
A small and efficient library that can deep copy object by Expression Tree
tst-expression
Expression trees for TypeScript similar to C#. Expression trees represent code in a tree-like data structure, where each node is an expression, for example, a method call or a binary operation such as...
ExpressionParser
A C# expression parser for a single line strings.