Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 367 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 367 Bytes

brainfuck_interpreter

A golang brainfuck interpreter with support for a custom dialect with asynchronistic

Runners

BrainFucker

The basic brain fuck interperter it can be run by just running ./brainfuck_interpreter file.bf

CustomFucker

A custom brainfuck dialect runner with added async capabilities it can be ran like ./brainfuck_interpreter -c file.bf