axmol/tools/jsbcc
James Chen 800952a17a fixed #2106: Fixing wrong display of non-ascii characters. The compiler needs to setUTF8 for compile option. 2013-05-07 13:07:40 +08:00
..
jsbcc.xcodeproj Added support for javascript byte code 2013-04-30 03:29:56 +08:00
src fixed #2106: Fixing wrong display of non-ascii characters. The compiler needs to setUTF8 for compile option. 2013-05-07 13:07:40 +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