Use function names as clues for parsing
This is a bug-fix release to address a regression. The following should have parsed correctly but was failing with a "multiple-lambdas on one line" error:
ds.Where(lambda e: e.met > 10).Select(lambda e: e.met)
What's Changed
- Use Function Names as Clues Parsing Lambda's by @gordonwatts in #116
Full Changelog: 3.2.2...3.2.3