⚠ Deprecated: Legacy
This small library implements a recursive descent parser that handles javascript expressions. Its goal is not to evolve as a full javascript runner but to be an alternative to heavier solutions when the only need is to rely on expressions (that may interact with plain .Net objects). Typical use is for (clean) databinding (think to Angular.js expressions).
$ dotnet add package CK.JavascriptNo README available.