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

Non-convertible types support #40

Open
maagy opened this issue Dec 15, 2021 · 0 comments
Open

Non-convertible types support #40

maagy opened this issue Dec 15, 2021 · 0 comments
Labels

Comments

@maagy
Copy link

maagy commented Dec 15, 2021

Would it be possible to support operations with types that support these operations but are not IConvertible?

Example:

varContext["complexZero"] = new System.Numerics.Complex();
varContext["complexOne"] = new System.Numerics.Complex(1d, 1d);

lambdaParser.Eval("complexOne * complexZero", varContext)

maagy pushed a commit to maagy/lambdaparser that referenced this issue Dec 15, 2021
Mitroz added a commit to DCoreSoftware/lambdaparser that referenced this issue Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants