pyMalbolge: Malbolge interpreter in python
Summary
pyMalbolge is a pure-Python compiler converting a Python subset to Malbolge20, with interpreters for both Malbolge variants and a debugger. The project emphasizes a fully Python-based toolchain, zero runtime dependencies, and byte-for-byte conformance with reference tools, accompanied by installation guidance and documentation. This makes it a valuable open-source resource for exploring language compilation, esoteric languages, and Python tooling.