This is Sublime Text 3 plugin that implement of interpreter for Brainfuck.
Brainfuck is an esoteric programming language noted for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. It is a Turing tarpit, designed to challenge and amuse programmers, and was not made to be suitable for practical use. It was created in 1993 by Urban Müller.
To interpret Brainfuck, make selection of Brainfuck code and press keys:
- Linux: ctrl+shift+b
- Windows: ctrl+shift+b
- OS X: ctrl+shift+b
Through Package Control
Command Palette
> Package Control: Install Package
> Brainfuck Interpreter
Or go to the Packages directory (Preferences / Browse Packages…). Then clone this repository:
git clone git://github.com/dotzero/SublimeText-Brainfuck
https://github.com/dotzero/SublimeText-Brainfuck/tree/master/examples
Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php