bspl

Crates.iobspl
lib.rsbspl
version1.0.0
sourcesrc
created_at2017-03-04 22:06:42.821494
updated_at2017-12-30 05:27:41.25306
descriptionbspl is a REPL for practising bitwise operations
homepagehttps://github.com/apeduru/bspl
repositoryhttps://github.com/apeduru/bspl.git
max_upload_size
id8812
size71,881
AP (apeduru)

documentation

README

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.

Commit count: 109

cargo fmt