gendestry / Brainfuck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brainfuck

A simple brainfuck parser and interpreter made in c++.

Example code (x = x * x):

temp0[-]
temp1[-]
temp2[-]
x[temp2+temp1+x-]
temp1[
  temp2[x+temp0+temp2-]
  temp0[temp2+temp0-]
  temp1-
]

About


Languages

Language:C++ 88.7%Language:Makefile 10.3%Language:Brainfuck 0.9%