Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of direct expression idea #7

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AdjectiveAllison
Copy link

Code completion and parameter typing for NCalc Expressions seems cool to me. I had an idea of doing these direct expressions that call ExtendedExpression behind the scenes.

An alternative/additive approach to this would be using a dynamic approach using TryInvokeMember.
This would not allow code completion or parameter typing, but it would look a lot cleaner in the editor and only need a single string input.

Not tested whatsoever and not knowing what the code that uses these extensions looks like.

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.

None yet

1 participant