bxengine is a Python implementation of the B++ runtime engine.
pip install bxengineRun a file:
bxengine path/to/program.bxRun inline code:
bxengine -e "[CONCAT \"hello\" \" world\"]"uv sync --dev
pytestStart the LSP server over stdio:
uv run bxengine-lsp