Tuesday
Dec182007
Javascript Interpreter in Javascript
Tuesday, December 18, 2007 Just like Tamarin, we're doing a Javascript Interpreter in Javascript, just in a convoluted way. We are using narcissus as the Javascript Parser to create a Java AST. We then interpret the produced AST.
Doing this, we can use JS to create a Java AST for a Javascript Interpreter written in Javascript. Yup, we are the king of indirection.
tagged
JavaScript
JavaScript 
Reader Comments