An open API service indexing awesome lists of open source software.

https://github.com/synthetic-borealis/hersenneuk

A Brainfuck interpreter written in Rust.
https://github.com/synthetic-borealis/hersenneuk

Last synced: 1 day ago
JSON representation

A Brainfuck interpreter written in Rust.

Awesome Lists containing this project

README

        

[![GitHub](https://img.shields.io/github/license/synthetic-borealis/hersenneuk)](https://github.com/synthetic-borealis/hersenneuk/blob/main/LICENSE)
[![Crates.io](https://img.shields.io/crates/v/hersenneuk)](https://crates.io/crates/hersenneuk)
![Tests](https://github.com/synthetic-borealis/hersenneuk/actions/workflows/ci.yml/badge.svg)

# Hersenneuk

A Brainfuck interpreter written in Rust.

## Usage

### As a standalone program

See ```hersenneuk --help```.

### As a library

Add `hersenneuk` to your crate's dependencies. For other details please see the documentation.