public
Description: Narwhal support for JavaScriptCore (incomplete)
Homepage: http://narwhaljs.org/
Clone URL: git://github.com/tlrobinson/narwhal-jsc.git
name age message
file .gitignore Wed Sep 23 19:03:18 -0700 2009 Update .gitignore [tlrobinson]
file Makefile Sun Nov 01 22:26:10 -0800 2009 Universal binary on OS X [tlrobinson]
file README.md Fri Oct 16 17:36:32 -0700 2009 Remove frameworks build from default. Update RE... [tlrobinson]
directory bin/ Mon Sep 21 14:27:14 -0700 2009 Test script [tlrobinson]
file bootstrap.js Tue Sep 29 02:55:10 -0700 2009 Add implementations of JSC 4 methods. Add Make ... [tlrobinson]
directory deps/ Sun Nov 01 22:26:10 -0800 2009 Universal binary on OS X [tlrobinson]
directory include/ Thu Nov 12 00:50:59 -0800 2009 Support big endian machines. [tlrobinson]
directory lib/ Tue Oct 27 18:29:53 -0700 2009 Add http and zip module stubs. [tlrobinson]
file narwhal-jsc.c Thu Oct 01 01:30:12 -0700 2009 Add a version number macro and update REPL mess... [tlrobinson]
file narwhal.c Tue Sep 29 02:55:10 -0700 2009 Add implementations of JSC 4 methods. Add Make ... [tlrobinson]
file package.json Sat Aug 22 22:12:25 -0700 2009 Updated packag.json [tlrobinson]
directory src/ Wed Nov 18 15:02:42 -0800 2009 Fixed hang when reading unicode on buffer bound... [tlrobinson]
README.md

Narwhal JavaScriptCore / JSCocoa Platform

Setup

git clone git://github.com/tlrobinson/narwhal.git narwhal
cd narwhal/engines
git clone git://github.com/tlrobinson/narwhal-jsc.git jsc
cd jsc
make
cd ../..
NARWHAL_ENGINE=jsc bin/narwhal

Notes

  • Only builds on Mac OS X and JSCocoa support is currently broken, but both of these things can be fixed with improved Makefiles (or Jakefiles)