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.
cargo install bspl
TODO: Explain allowable operators
TODO: Examples
I wrote about the design of this project in DESIGN.md.
See REFERENCES.md.
Base Conversions
Add Octal to supported bases
Unit tests lmao