SpiderMonkey VM interface (command). The JetSpider compiler generates executable files for this VM. See https://github.com/aamine/jetspider-course for compiler details.
I tried on Mac OS X 10.10 (Yosemite) and 10.11 (El Capitan).
- Get SpiderMonkey 1.8.5 from https://developer.mozilla.org/ja/docs/SpiderMonkey
- Apply SpiderMonkey.diff
- Build SpiderMonkey with debugging and static library support, by "configure --enable-debug --enable-static".
- "make install" in SpiderMonkey srcdir.
- "make" in this directory.
Same as SpiderMonkey (MPL / GPL / LGPL).