A BrainFuck interpreter written in Nim.
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
With Nim and Nimble installed:
nimble build
./nim_brainfuck examples/hello-world.bf