ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Brainfuck Interpreter

by zero-archive ST3

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

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 417
  • Linux 341
Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20
Windows 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

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