expression-tree topic

List expression-tree repositories
trafficstars

IoCContainer

25
Stars
2
Forks
Watchers

Expressions based Inversion of Control container for .NET

MathArtist

31
Stars
5
Forks
Watchers

Tool for generating pictures using mathematical formulas.

expression-utils

28
Stars
7
Forks
Watchers

Efficient Processing, Compilation, and Execution of Expression Trees at Runtime

QueryInterceptor.Core

24
Stars
7
Forks
Watchers

Provides a generic way to intercept IQueryable expression trees using custom expression visitors.

py-cgraph

15
Stars
4
Forks
Watchers

: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

20
Stars
6
Forks
Watchers

A small and efficient library that can deep copy object by Expression Tree

tst-expression

17
Stars
3
Forks
Watchers

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

15
Stars
8
Forks
Watchers

A C# expression parser for a single line strings.