Metadata-Version: 2.4
Name: malbolge
Version: 0.0.1
Summary: Simple Malbolge(https://en.wikipedia.org/wiki/Malbolge) interpreter in python
Project-URL: Homepage, https://github.com/Aiaid/pyMalbolge
Project-URL: Issues, https://github.com/Aiaid/pyMalbolge/issues
Author-email: Anend <anend@live.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pyMalbolge

This is fork from https://github.com/Avantgarde95/pyMalbolge

Simple Malbolge(https://en.wikipedia.org/wiki/Malbolge) interpreter in python

Fix:
Integer division syntax

Add:
Eval function for inline evalation


TODO:
Support Malbolge20 and Malbolge Unshackled.
Add Debug mode
