axmol/tools/jsbcc
sunzhuoshi 8850262640 Merge branch 'master' of https://github.com/sunzhuoshi/cocos2d-x 2013-05-08 17:46:19 +08:00
..
jsbcc.xcodeproj Added support for javascript byte code 2013-04-30 03:29:56 +08:00
src Merge branch 'master' of https://github.com/sunzhuoshi/cocos2d-x 2013-05-08 17:46:19 +08:00
README Added README 2013-04-30 14:03:54 +08:00
jsbcc-vc2010.vcxproj Added win32 support 2013-05-08 17:22:58 +08:00
jsbcc-vc2010.vcxproj.filters Added win32 support 2013-05-08 17:22:58 +08:00

README

jsbcc stands for JavasSript Byte Code Compiler. 
it compiles javascript files to SpiderMonkey byte code files 
Usage:
	jsbcc input_js_file [byte_code_file]

Note: it also supports pipeline, so you can use it like this:
	ls *.js | jsbcc