Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

zero-archive/SublimeText-Brainfuck

Repository files navigation

SublimeText Brainfuck interpreter

This is Sublime Text 3 plugin that implement of interpreter for Brainfuck.

What is 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.

Usage

To interpret Brainfuck, make selection of Brainfuck code and press keys:

  • Linux: ctrl+shift+b
  • Windows: ctrl+shift+b
  • OS X: ctrl+shift+b

Install

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

Examples

https://github.com/dotzero/SublimeText-Brainfuck/tree/master/examples

License

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php