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

https://github.com/compeydev/bf-rs

🤯🦀 Yet another brainfuck interpreter written in Rust.
https://github.com/compeydev/bf-rs

Last synced: about 1 year ago
JSON representation

🤯🦀 Yet another brainfuck interpreter written in Rust.

Awesome Lists containing this project

README

          




Yet another brainfuck interpreter written in Rust.




# Installation
## Prebuilt binaries
Prebuilt binaries can be found at [GitHub Releases](https://github.com/CompeyDev/bf-rs/releases), simply download the one matching your architecture & platform.

## Building from source
The source code gets published to [crates.io](https://crates.io/crates/bfrs) on every major release. In order to compile from the published source, first make sure you have the required dependencies installed:
- windres (provided by [mingw-w64](https://www.mingw-w64.org/) `binutils`)
- gcc (provided by [mingw-w64](https://www.mingw-w64.org/))

Next, make use of `cargo install` to compile and install the binary.

```
cargo install bfrs
```

If all succeeded, the compiled binary should be present at `$HOME/.cargo/bin` and be called "bfrs".