mirror of
https://github.com/2KAbhishek/nimfcuk
synced 2026-01-15 12:11:31 +00:00
No description
| examples | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| nimfcuk.nimble | ||
| README.md | ||
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 ⭐ button if you found this useful.