nreco / lambdaparser

Runtime parser for string expressions (formulas, method calls). Builds dynamic LINQ expression tree and compiles it to lambda delegate.
http://www.nrecosite.com/
MIT License
309 stars 55 forks source link

Params support #45

Closed microspud closed 10 months ago

microspud commented 11 months ago

Added support for methods with param type parameters.

VitaliyMF commented 11 months ago

Looks good! I'm a little bit busy these days, I'll try to allocate some time for code review & nuget release next week. Minor notice - could you use tabs instead of spaces? Currently indentation is messed (see "Files changed" tab).

microspud commented 11 months ago

Thanks! Not sure what happened with the tabs, some added lines are ok and others spaces, all was done in visual studio 2019. Perhaps a copy and paste issue. Anyhow I will fix it later on :)