brainfuck

command module
v0.0.0-...-1116e6b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

README

Brainfuck interpreter

🗒️ This is my own implementation of the brainfuck programming language in Go.

❓ How to use

brainfuck your_file.b
brainfuck --version    or -v      # Print the interpreter version
brainfuck --github     or -g      # Give the GitHub link
brainfuck --interpret  or -i      # Input directly a string to interpret

❓ How to build

❗ To build the interpreter you will first need to download the Go compiler here.

If you want a precompiled executable, run this.

go install github.com/gael-lopes-da-silva/brainfuck@latest

If you want to build the interpreter from the source, run this.

git clone https://github.com/Gael-Lopes-Da-Silva/Brainfuck
cd Brainfuck
go build .

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL