/go-brainfuck-but-not-yourself

A simple golang compiler implementation for Brainfuck

Primary LanguageBrainfuckThe UnlicenseUnlicense

go-brainfuck-but-not-yourself

This is a simple implementation of a compiler for the Brainfuck programming language.

The compiler handles simplifying machine instructions for the machine to read and execute.