nimfcuk
A brainfuck interpreter & compiler implemented in nim
Summary
| Latest Version | Unknown |
|---|---|
| License | GPL-3.0 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install nimfcuk
choosenim install nimfcuk
git clone https://github.com/2KAbhishek/nimfcuk
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimfcuk | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/2KAbhishek/nimfcuk |
|---|---|
| Homepage | https://github.com/2KAbhishek/nimfcuk |
| Registry Source | nimble_official |
README
nimfcuk is a brainfuck interpreter & compiler implemented in nim.
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
nim,nimble.
Installing nimfcuk
To install nimfcuk, follow these steps:
git clone https://github.com/2kabhishek/nimfcuk
cd nimfcuk
nimble build
./nimfcuk i examples/hello.b
# Or you can directly install
nimble install nimfcuk
Using nimfcuk
nimfcuk
Usage:
nimfcuk (i | interpret) [<file.b>]
nimfcuk (-h | --help)
nimfcuk (-v | --version)
Options:
-i --interpret Shows the output of the brainfuck code.
-h --help Show this screen.
-v --version Show version.
Hit the :star: button if you found this useful.