Added README

This commit is contained in:
sunzhuoshi 2013-04-30 14:03:54 +08:00
parent d4832e3f46
commit 17f16e16fc
1 changed files with 7 additions and 0 deletions

7
tools/jsbcc/README Normal file
View File

@ -0,0 +1,7 @@
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