shilangyu / brainfuck

Extremely primitive brainfuck interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brainfuck

Extremely primitive brainfuck interpreter

Flavor:

  • 8 bitwidth
  • 30000 cells
  • wrapping cells
  • 8 standard commands [+-,.><]

install

Grab an executable from the release tab

Or from source:

go get github.com/shilangyu/brainfuck

use

brainfuck ./input.bf
brainfuck -c "+[-[<<[+[--->]-[<<<]]]>>>-]>-.---.>..>.<<<<-.<+.>>>>>.>.<<.<-."

About

Extremely primitive brainfuck interpreter

License:MIT License


Languages

Language:Go 100.0%