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

Fix #8

Closed andmattia closed 7 years ago

VitaliyMF commented 7 years ago

@andmattia diff log shows me that ALL lines are changed (possibly because of tabs-to-spaces replacement) and I cannot review what is actually changed and for what. Ideally if you can add some comments that explain these changes in brief.