jscompile

Langue: en

Version: 312839 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

jscompile - RPython to JavaScript compiler.

SYNOPSIS

jscompile module_to_compile [options]

DESCRIPTION

jscompile compiles RPython programs to JavaScript using the PyPy translation toolchain.

OPTIONS

--help, -h
Show help message and exit.
--view
View flow graphs.
--no-view
Unset option set by --view. [default]
--pdb
Use debugger.
--no-pdb
Unset option set by --pdb. [default]
--output=OUTPUT
File to save results. [default: output.js]

SEE ALSO

pypy(1), pypy-stackless(1), py.py(1), pypy-translate(1)

AUTHORS

PyPy was written by the members of the PyPy project <http://codespeak.net/pypy>.

This manual page was written by Chris Lamb <chris@chris-lamb.co.uk>, for the Debian project (but may be used by others).