Are there any .NET CLR/DLR implementations of ECMAScript?
Currently, I’ve modified a version of the EcmaScript.NET inside my YUICompressor.NET port (project). If you grab the source code from here, I’ve included my modified code in the project, which you can reference. This is the only source of code i’ve found in .NET which can handle parsing javascript, server side. Unfortunately, I can’t remember … Read more