A javascript interpreter for .net written in C# Based on the narcissus javascript interpreter in javascript by Brendan Eich, Ported to C# with the addition of reflected access to .net objects
A test driver, main.cs demonstrates use of the pygmalion.jsexec object. A small javascript test is included.
Copyright (c) 2009 Art Yerkes jsdefs and jsexec are heavily based on narcissus, so the original copyrights are present. This code is released under the same terms as narcissus.