Swift-Brainfuck
Brainfuck interpreter
An implementation of the Brainfuck programming language in Swift
Brainfuck interpreter written in Swift using Playground.
9 stars
1 watching
1 forks
Language: Swift
last commit: over 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
shritesh/brainfuck-rs-wasm | An implementation of the Brainfuck programming language in Rust, compiled to WebAssembly for execution in web browsers. | 10 |
fabasoad/setup-brainfuck-action | Installs a Brainfuck compiler interpreter | 2 |
dantecatalfamo/brainfuck-zig | An embeddable interpreter for the Brainfuck programming language | 9 |
oppai/we-i_lang | An implementation of a Brainfuck-inspired language in Ruby, using the Brainfuck syntax to manipulate memory and execute instructions. | 1 |
shayokhshorfuddin/vfuck | An implementation of the Brainfuck programming language in V programming language | 0 |
bitnenfer/gameboy-brainfuck | An implementation of a Brainfuck interpreter optimized for the Game Boy's limited architecture. | 16 |
dariotarantini/vbf | An interpreter and compiler for the brainfuck programming language | 19 |
makenowjust/bf.jq | An interpreter written in JSONiq to execute the Brainfuck programming language | 40 |
verdie-g/brainfuck2wasm | Converts Brainfuck code to WebAssembly bytecode | 45 |
m4tx/uefi-jitfuck | A JIT compiler for running Brainfuck programs on x86_64 UEFI | 85 |
serprex/brainwebfuckassembly | Compiles Brainfuck code into WebAssembly bytecode for execution on WASM-enabled platforms. | 21 |
elseyf/gbfk | An interpreter for a Brainf*ck variant designed to run on the GameBoy console. | 2 |
zonuexe/hhiro_lang | A minimal programming language with basic operations and a simple grammar | 5 |
sketchytech/swiftography | A Swift repository for cryptographic algorithms and font obfuscation using the CryptoJS library | 8 |
reynir/brainfuck | Formalizing Brainfuck in Coq to prove its properties and verify a compiler for simple arithmetic expressions. | 26 |