GithubHelp home page GithubHelp logo

expressionfutures's People

Contributors

bartdesmet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

expressionfutures's Issues

Extend README

The README says "More detailed information to follow...". It would be good if this can be updated with the current status of this work.

Roslyn-Fork

First of all I want to say thank you for your contribution.

I really like your idea to extend the expression tree generation with all the stuff you implemented.
But what I do not like is that it needs your custom roslyn-fork to do that. I would very much prefer I it would be implemented via CSharpSyntaxRewriter and could be used with regular roslyn / csc.

Expression serialization

@bartdesmet
is this project in development or stopped? I watched on channel9 that you were referring to this project, but looking to the last commit, it is long ago?!

What are the plans to bring serialization for Expression trees? Do you have any timelines?

c# Lambda Expression to Expression Tree for minimal/custom Language.Expressions framework

Rather than expanding Linq.Expressions I was considering minimizing it. I wrote a bit of experimental code, but ran into an issue/compilation error where assigning a c# lambda expression to an Expression ( a custom class in Language.Expressions ) resulted is a cs1660 error ( cannot convert lambda expression to type Expression because it is not a delegate type ). I was hoping that with your obvious expertise with Linq.Expressions you could help me out. Does the Rosyln compiler have internal knowledge of Linq.Expressions.Expression?

Any help would be appreciated. Thanks in advance.

Captured local variable crashes CSC

Not sure whether this should go in this repo or your branch of rosyln, but I've been playing around with CSharpExpressions, and found a pretty simple limitation:

void main()
{
int num = 5;
Expression> expr = () => num++;
}

Causes csc.exe to crash in ExpressionLambdaRewriter.cs, in the function VisitLocal(BoundLocal node), trying to access a key in _localMap that doesn't exist for the captured symbol.

I'm gonna try to mess around with the ExpressionLambdaRewriter, but i'm not a compiler dev, so I'm gonna try to do my best.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.