Skip to content

Allow a lambda expression to access the initial expression's parameters#201

Merged
metoule merged 4 commits intodynamicexpresso:masterfrom
metoule:fix_200
Dec 10, 2021
Merged

Allow a lambda expression to access the initial expression's parameters#201
metoule merged 4 commits intodynamicexpresso:masterfrom
metoule:fix_200

Conversation

@metoule
Copy link
Copy Markdown
Contributor

@metoule metoule commented Dec 8, 2021

Fix #200

It works by making all the initial expression parameters as variables of the lambda expression interpreter.

Copy link
Copy Markdown
Member

@davideicardi davideicardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a suggestion.

Comment thread src/DynamicExpresso.Core/Parsing/ParserSettings.cs Outdated
@metoule metoule merged commit 1792b39 into dynamicexpresso:master Dec 10, 2021
@metoule metoule deleted the fix_200 branch December 10, 2021 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parameters are not passed to lambda expression

2 participants