Metadata-Version: 2.4
Name: basic-pp
Version: 0.0.0
Summary: a simple language for begginers.
Author-email: R A Veeraragavan <veeracoder123@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/veeracoder508/e2eeftp
Project-URL: Issues, https://github.com/veeracoder508/e2eeftp/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: license
Requires-Dist: pdoc3>=0.11.6
Requires-Dist: pytest>=9.0.3
Requires-Dist: rich>=15.0.0
Requires-Dist: zensical>=0.0.43
Dynamic: license-file

# basic++
An simple language for beginners.

## usage
bpp \[options\] \<filename\>

### positional arguments:
  - **src_file**          the source(.bpp)/byte(.bc) code

### options:
  - **-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.

## how it works??
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](https://veeracoder508.github.io/basic-pp)
