Categories: Interoperability, Scripting
Latest version: 2.1Added 2011-02-10
JavaScript compiler; implementation of the ECMAScript language and runtime.Jurassic is not intended for end-users; instead it is intended to be integrated into .NET programs. If you are the author of a .NET program, you can use Jurassic to compile and execute JavaScript code.Features include:- Supports all ECMAScript 3 and ECMAScript 5 functionality, including ES5 strict mode- Compiles JavaScript into .NET bytecode (CIL); not an interpreter- Deployed as a single .NET assembly (no native code)- Basic support for integrated debugging within Visual Studio- Uses light-weight code generation, so generated code is fully garbage collected