Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 310 Bytes

File metadata and controls

30 lines (20 loc) · 310 Bytes

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