thenameless314159 / Andromeda.Expressions

KISS wrappers and abstractions for expression trees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Andromeda.Expressions .NET

This library was designed to make easier the writing of larger expression trees by providing abstractions over them allowing to compile them either via the default Expression.Compile() or the CompileFast() FastExpressionCompiler's method.

Nuget packages

  • Andromeda.Expressions NuGet Badge
  • Andromeda.FastExpressions NuGet Badge

About

KISS wrappers and abstractions for expression trees.


Languages

Language:C# 100.0%