bxengine bxengine is a Python implementation of the B++ runtime engine. Install pip install bxengine CLI Run a file: bxengine path/to/program.bx Run inline code: bxengine -e "[CONCAT \"hello\" \" world\"]" Development uv sync --dev pytest