/bf

A Simplistic Interpreter For The Brainfuck Programming Language (beta)

Primary LanguageC++MIT LicenseMIT

bf - A Simplistic Interpreter For The Brainfuck Programming Language (beta)

Description

Why did I make an interpreter for The Brainfuck Programming Language? Pretty much no reason at all to be honest, learning more about esoteric programming languages, so I decided to write an interpreter due to ease-of-task because of the minimalist instruction set. This project is just for fun.

Installation

a) git clone https://github.com/josh0xA/bf.git
b) cd bf
c) make
d) ./bf brainfuck_programs/HelloWorld.bf

Brainfuck-C Table

License

MIT License
Copyright (c) 2021 Josh Schiavone