5 releases (1 stable)
Uses old Rust 2015
1.0.0 | Dec 30, 2017 |
---|---|
0.9.3 | Oct 15, 2017 |
0.9.2 | Oct 8, 2017 |
0.9.1 | Mar 13, 2017 |
0.9.0 | Mar 4, 2017 |
#580 in Command-line interface
41KB
1K
SLoC
bspl
Bit-Shift-Print Loop
Introduction
bspl
is a REPL
for practising bitwise operations.
Born out of frustration while completing labs for my undergrad operating systems course, I wanted a tool for quickly prototyping and tracing complex bitwise operations.
And the equivalent using the Python REPL.
Installation
Cargo
Requires the latest stable version of Rust.
cargo install bspl
Debian
There are deb
packages available in the Releases.
dpkg -i bspl_x.x.x_amd64.deb
Usage
Start bspl
then type help
for more information.
Dependencies
~4.5MB
~78K SLoC