Skip to content

taolin123/ExpressionFutures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expression Tree API Futures

This repo contains various suggested expression tree improvements for System.Linq.Expressions, including:

  • Microsoft.CSharp.Expressions with C# specific expression nodes for language constructs added after C# 3.0 (see CSharpExpressions)
  • Fixes to work around some of the existing limitations in the expression compiler, e.g. for TryFault (see ExceptionHandlerLowering)
  • Tools to manipulate expression trees (coming later)

More detailed information to follow...

About

Scratch pad for various expression tree improvements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.3%
  • Smalltalk 0.7%