Simple Ruby implementation of an interpreter for the esoteric programming language called Brainfuck. More details on the language can be found on the GitHub repository brain-lang/brainfuck.
This repository contains:
brainfuck.rb
- implements the interpreter.example.rb
- provides a usage example that prints 'Hello World!'.