Robust Javascript parser in Java

Posted by Misha Koshelev on Stack Overflow See other posts from Stack Overflow or by Misha Koshelev
Published on 2010-06-13T17:31:19Z Indexed on 2010/06/13 17:32 UTC
Read the original article Hit count: 343

Filed under:
|

Dear All:

I am looking for a robust Javascript parser written in Java - by which I mean a Javascript parser that is able to handle most real world Javascript.

I am only interested in parsing Javascript, not in executing it.

I have found Rhino: http://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/browse_thread/thread/1eff23a8ee57b991

Am I missing anything? Is this the best solution?

Thank you! Misha

© Stack Overflow or respective owner

Related posts about java

Related posts about JavaScript