nimfcuk
A brainfuck interpreter & compiler implemented in nim
Summary
| Latest Version | 0.1.1 |
|---|---|
| License | GPL-3.0 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:18 |
Tags
Authors
- Abhishek Keshri
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.4.2 | No |
| docopt >= | 0.6.8 | No |
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.