brainfuck
A brainfuck interpreter and compiler
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install brainfuck
choosenim install brainfuck
git clone https://github.com/def-/nim-brainfuck.git
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| brainfuck | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/def-/nim-brainfuck.git |
|---|---|
| Homepage | https://github.com/def-/nim-brainfuck |
| Registry Source | nimble_official |
README
Brainfuck for Nim 
A simple module that interprets and compiles brainfuck code. This module was created for the How I Start article on Nim.