scastiel / go-brainfuck

Another Brainfuck interpreter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another Brainfuck interpreter.

Features

  • Supports all instructions of Brainfuck
  • Supports input and output (in the console)
  • Supports running several programs in parallel with shared memory

Utility

None. I was learning Go and wanted to have fun :)

Installation

go get github.com/scastiel/go-brainfuck

Usage

go-brainfuck examples/hello.bf

About

Another Brainfuck interpreter.


Languages

Language:Go 100.0%