All Projects → nixpulvis → brainfuck

nixpulvis / brainfuck

Licence: other
A simple brainfuck interpreter in Rust.

Programming Languages

Brainfuck
56 projects
rust
11053 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to brainfuck

bfpile
Optimizing Brainfuck compiler, transpiler and interpreter
Stars: ✭ 19 (+5.56%)
Mutual labels:  brainfuck
bfloader
🧠 Brainfuck IDE and interpreter in 512 bytes. (boot sector)
Stars: ✭ 41 (+127.78%)
Mutual labels:  brainfuck
Headache
Programming Language that compiles to 8 Bit Brainfuck
Stars: ✭ 59 (+227.78%)
Mutual labels:  brainfuck
BF-it
A C-like language to Brainfuck compiler, written in Python
Stars: ✭ 101 (+461.11%)
Mutual labels:  brainfuck
yams
YAMS: Awesome MIPS Server
Stars: ✭ 17 (-5.56%)
Mutual labels:  brainfuck
brainfuck
Brainfuck interpreter companion to the brain programming language
Stars: ✭ 32 (+77.78%)
Mutual labels:  brainfuck
harbor
A language that ports⚓: examining the limits of compilation⚙️.
Stars: ✭ 81 (+350%)
Mutual labels:  brainfuck
esoo
Like the Programming Languages Zoo but with esoteric languages.
Stars: ✭ 18 (+0%)
Mutual labels:  brainfuck
brainfuck-game-engine
A brainfuck game engine -- because life wasn't hard enough before
Stars: ✭ 22 (+22.22%)
Mutual labels:  brainfuck
BrainfuckIDE
A Brainfuck IDE/debugger designed to be intuitive, featureful and visually appealing
Stars: ✭ 77 (+327.78%)
Mutual labels:  brainfuck
asmbf
The only true brainfuck-targetting assembler.
Stars: ✭ 81 (+350%)
Mutual labels:  brainfuck
flufflepuff
Fluffle Puff Programming Language
Stars: ✭ 23 (+27.78%)
Mutual labels:  brainfuck
rathilang
A small gift for someone who did big things (Python Package)
Stars: ✭ 14 (-22.22%)
Mutual labels:  brainfuck
smpl
A superset of brainfuck with dynamic memory management.
Stars: ✭ 22 (+22.22%)
Mutual labels:  brainfuck
Brainfuck
A flexible Brainfuck / Brainloller / Braincopter interpreter in Swift 3.1.
Stars: ✭ 13 (-27.78%)
Mutual labels:  brainfuck
brainsuck
A simple optimizing Brainfuck compiler (used as the demo for my QCon Beijing 2015 talk)
Stars: ✭ 55 (+205.56%)
Mutual labels:  brainfuck
emuStudio
Universal emulation platform and framework.
Stars: ✭ 28 (+55.56%)
Mutual labels:  brainfuck
brainfuck2wasm
A brainfuck-to-WebAssembly compiler
Stars: ✭ 36 (+100%)
Mutual labels:  brainfuck
brainhug
A simple brainfuck translator crate in Rust
Stars: ✭ 14 (-22.22%)
Mutual labels:  brainfuck
bfpy
Python to Brainfuck transpiler
Stars: ✭ 39 (+116.67%)
Mutual labels:  brainfuck

brainfuck

Build Status

A simple brainfuck interpreter in Rust.

Documentation

Usage

This project follows a very standard Rust setup.

cargo run   # Runs the executable.
cargo test  # Runs the tests.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].