No description
Find a file
2023-02-16 13:04:09 +05:30
examples Update comments 2021-01-25 01:45:28 +05:30
src Bump version to 0.1.1 2021-01-25 01:48:49 +05:30
.gitignore Update exclusions 2021-01-24 17:27:51 +05:30
LICENSE Initial commit 2021-01-24 15:50:16 +05:30
nimfcuk.nimble Bump version to 0.1.1 2021-01-25 01:48:49 +05:30
README.md badges 2022-07-28 04:53:46 +05:30

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.

More Info