⚡
Bfuk Bfuk is a Brainf**k programming language interpreter written in Golang
What is Brainfuck
Brainfuck is a minimal esoteric programming language. It provides a 30K 8-bit array that can be modified with 8 different characters.
For more checkout this video made by fireship.
Synopsis
Run without arguments to get the following help message:
$ bfuk
bfuk 1.0.0
Description: a Brainf**k programming language interpreter.
Author: Arun Murugan
Usage:
bfuk FILE_PATH
bfuk -e CODE_STRING
Example:
bfuk ./programs/hello_world.bf
Options:
-e string
Execute given string of brainf**k program
Installation
Binary Download
Checkout the releases to download the binary for your distribution.
Install from source
go install github.com/arunmurugan78/bfuk/bfuk@latest
License
This project is licensed under the MIT license.