Metadata-Version: 2.4
Name: bi-lang
Version: 0.1.4
Summary: Python interpreter for Tsoding's B language
Home-page: https://github.com/roypery2010/bi-lang
Author: Roy Perry
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# bi-lang

Python interpreter for the B language by Tsoding.

Usage:
```bash
pip install my-bi
my-bi examples/hello.bi
```
