dadhi / FastExpressionCompiler

Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.
MIT License
1.19k stars 82 forks source link

Parse other language syntax to the Expression AST - why C# only? #435

Open dadhi opened 3 days ago

dadhi commented 3 days ago

Related to the #433

dzmitry-lahoda commented 1 day ago

is there anyother language on .net? i guess semantics of CLR are not so reproducible onto other runtimes, and other languages too