Quick Start¶
You can you the command line interface for running the script.
usage¶
bpp [options] <filename>
options/positional arguments¶
| command/argument | description |
|---|---|
src_file |
the source(.bpp)/byte(.bc) code |
-h, --help |
show this help message and exit. |
-v, --verbose |
increase output verbosity |
-b, --bytecode |
display the byte code. |
-bc, --write-bc |
write the byte code to a file. |