Crates.io | bspl |
lib.rs | bspl |
version | 1.0.0 |
source | src |
created_at | 2017-03-04 22:06:42.821494 |
updated_at | 2017-12-30 05:27:41.25306 |
description | bspl is a REPL for practising bitwise operations |
homepage | https://github.com/apeduru/bspl |
repository | https://github.com/apeduru/bspl.git |
max_upload_size | |
id | 8812 |
size | 71,881 |
Bit-Shift-Print Loop
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.
Requires the latest stable version of Rust.
cargo install bspl
There are deb
packages available in the Releases.
dpkg -i bspl_x.x.x_amd64.deb
Start bspl
then type help
for more information.