/nim_brainfuck

A BrainFuck Interpreter in Nim

Primary LanguageNim

Nim BrainFuck

A BrainFuck interpreter written in Nim.

Get Started

You need to setup your environment for build Nim packages. For most of the systems you can download the packages on the language website install page.

For nix users, just run nix-shell on the project directory.

Then, clone this repository:

git clone https://github.com/Mth-Ryan/nim_brainfuck
cd nim_brainfuck

# nix-shell # for nix/nixos users 

Build and Run

With Nim and Nimble installed:

nimble build

./nim_brainfuck examples/hello-world.bf