Brainfuck is an esoteric programming language originally developed by Urban Müller in 1993. This is my implementation of it in Rust.
Download the relavent binary for your system from https://github.com/Spartan2909/brainfuck/releases/latest, and extract it to a location on your PATH
.
brainfuck <path-to-file>.bf
: Execute the specified brainfuck file
brainfuck help
: Display language help
brainfuck help <error>
: Display help for the specified error, e.g brainfuck help overflow