https://github.com/jonaylor89/br4infuck
A Brainfuck interpreter in rust
https://github.com/jonaylor89/br4infuck
Last synced: 4 months ago
JSON representation
A Brainfuck interpreter in rust
- Host: GitHub
- URL: https://github.com/jonaylor89/br4infuck
- Owner: jonaylor89
- License: mit
- Created: 2019-11-14T19:39:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T18:07:48.000Z (over 6 years ago)
- Last Synced: 2025-07-03T21:51:35.512Z (11 months ago)
- Language: Brainfuck
- Homepage: https://crates.io/crates/br4infuck
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brainfuck
------------------
A brainfuck interpreter
## Building
```
cargo build
```
## Installing
```
cargo install br4infuck
```
## Usage
```sh
cargo run /path/to/brainfuck_code.bf
```
if you're on mac, you can compile the brainfuck to x86_64
```
./compiler.sh /path/to/brainfuck_code.bf
```