HiltonRoscoe / CdfTools

Tools for NIST 1500 Series Common Data Formats
GNU Affero General Public License v3.0
3 stars 1 forks source link

Add support for OCL expressions #1

Open JDziurlaj opened 5 years ago

JDziurlaj commented 5 years ago

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:

Only Set is used, Symbol is a dependency.

Additionally, support for instanceof seems to be strange.

JDziurlaj commented 5 years ago

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

JDziurlaj commented 2 years ago

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