jscompile(1)
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).