theraot / Theraot

Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
MIT License
158 stars 30 forks source link

Rework Queryable compilation to be closer to dotnet implementation #151

Open theraot opened 3 years ago

theraot commented 3 years ago

In particular QueryableTransformer should be replaced with a form of EnumerableRewriter, ExpressionTransformer could be removed.