An simple language for beginners.
bpp [options] <filename>
- 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.
Basic++ is like python-compiles an byte code and then interpret the byte code. The byte code is in the same style like python's.
For full documentation visit veeracoder508/basic-pp