GitHub - TopchetoEU/jscript: A ES5-compliant JavaScript interpreter, written fully in java
JScript
NOTE: This had nothing to do with Microsoft's dialect of EcmaScript
WARNING: Currently, this code is undocumented. Proceed with caution and a psychiatrist.
JScript is an engine, capable of running EcmaScript 5, written entirely in Java. This engine has been developed with the goal of being easy to integrate with your preexisting codebase, THE GOAL OF THIS ENGINE IS NOT PERFORMANCE. My crude experiments show that this engine is 50x-100x slower than V8, which, although bad, is acceptable f...
Read more at github.com