axmol/tools/jsbcc
sunzhuoshi cbb7824941 Modified jsbcc to use "-p" option to turn on pipe mode 2013-05-06 16:20:13 +08:00
..
jsbcc.xcodeproj Added support for javascript byte code 2013-04-30 03:29:56 +08:00
src Modified jsbcc to use "-p" option to turn on pipe mode 2013-05-06 16:20:13 +08:00
README Added README 2013-04-30 14:03:54 +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