Skip to content

Evaulate instead of generate #23

Description

@kasajian

I need a tool that will take a C# LINQ Expression tree, like the input for this project, but rather than create JavaScript out of it, it evaluates it on demand -- it would be somewhat equivalent to creating JavaScript and then using a JavaScript interpreter on it. But what I want is given the expression tree, I want to actually evaluate it by interpreting on demand.

I realize I can call .Compile() on the expression and run it, but I can't do that for my project.

I'm thinking of starting with this project as an example and then removing the JavaScript generation code and replacing it with an interpreter. If I did that, are there any issues or limitations that you guys think I might run into?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions