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

Add support for OCL expressions #1

Open
JDziurlaj opened this issue May 6, 2019 · 2 comments
Open

Add support for OCL expressions #1

JDziurlaj opened this issue May 6, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@JDziurlaj
Copy link
Contributor

JDziurlaj commented May 6, 2019

Incorporate semval like functionality into CdfTools. This would likely involve the use of a .NET native JavaScript interpriter such as Jint. Initial work was done on this, and issues related to lack of ES6 support came up, including lack of support for:

  • Set
  • Symbol

Only Set is used, Symbol is a dependency.

Additionally, support for instanceof seems to be strange.

@JDziurlaj JDziurlaj added the enhancement New feature or request label May 6, 2019
@JDziurlaj
Copy link
Contributor Author

Plan is to put ocl in its own project, e.g. CdfTools.Ocl. This can be a separate NuGet package as well.

@JDziurlaj
Copy link
Contributor Author

This should be reevaluated. It appears Jint now supports symbol, etc. https://github.com/sebastienros/jint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant