TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Javascript parser in Java/Scala?

2 pointsby codedivineover 14 years ago
Does anyone know if there is a good Javascript parser in Java or Scala?

1 comment

codefisherover 14 years ago
You might be able to copy the parser out of the Google Closure Compiler. <a href="http://code.google.com/closure/compiler/" rel="nofollow">http://code.google.com/closure/compiler/</a> you can be sure it works, and is stable. I think though it uses Rhino under the hood, so you could look at that too. <a href="http://www.mozilla.org/rhino/" rel="nofollow">http://www.mozilla.org/rhino/</a>
评论 #1888983 未加载