* Mozilla SpiderMonkey page : http://www.mozilla.org/js/spidermonkey/

* SpiderMonkey Release Note : http://www.mozilla.org/js/spidermonkey/release-notes/

* SpiderMonkey ftp directory :  ftp://ftp.mozilla.org/pub/mozilla.org/js/

* JSAPI User Guide : http://developer.mozilla.org/en/JavaScript_C_Engine_Embedder's_Guide

* JSAPI Reference : http://developer.mozilla.org/en/SpiderMonkey/JSAPI_Reference

* simple documentation : http://siliconforks.com/doc/parsing-javascript-with-spidermonkey/

* example, the JSCoverage tool : http://siliconforks.com/jscoverage/

* compile SpiderMonkey : http://avidemux.org/admWiki/index.php?title=Compile_SpiderMonkey

 * build & simple tip : http://jboylee.springnote.com/pages/2471612?print=1

 

* DOM spec : http://www.w3.org/DOM/Activity

* DOM parser in c : http://gdome2.cs.unibo.it/index.html

 

* XPCOM : http://www.ibm.com/developerworks/kr/library/co-xpcom.html

 

* javascript tutorial : http://www.cadvance.org/?leftmenu=doc/include/total_menu.asp&mainpage=doc/java/tutorial/

 * W3Schools Online Web Tutorials : http://www.w3schools.com/default.asp

 

* nspr (netscape portable runtime) : https://developer.mozilla.org/en/NSPR 

 

* 정원교님의 SpiderMonkey를 이용한 개발일기 : http://weongyo.org/docs/SpiderMonkey/AboutSpiderMonkey.pdf (첨부파일 참고)


SpiderMonkey에 대해서 많은 분들이 얘기를 들어 왔을 것입니다.

관련해서 직접 프로그램 해 보신분들도 많을 것이라 여겨지네요.

 

Mozilla의 javascript 엔진이니, 잘만 사용하면 모질라만큼 자바스크립트를 해석해 낼 수 있지 않을까~ 환상을 가져봅니다.

사용자 가이드에 이런말이 있네요.

"These programs can execute JavaScript code from C using the SpiderMonkey API."

왠지 맘에 든다는.. ^^;

 

C로 된 script parser를 찾다보니, 역시 이것으로 하는게 좋을 것 같다는 생각이 드는군요.

이제부터 삽질좀 해야 할 것 같습니다. ^^;

그룹지기 하얀눈길