#bit-manipulation #repl #operations #education

app bspl

bspl is a REPL for practising bitwise operations

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

#498 in Command-line interface

MIT license

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.

bspl

And the equivalent using the Python REPL.

Python

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

~3MB
~58K SLoC