Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hogelog/bfprocessor

my brainf*ck processor repo.
https://github.com/hogelog/bfprocessor

Last synced: 24 days ago
JSON representation

my brainf*ck processor repo.

Awesome Lists containing this project

README

        

bf.cpp, bf-vm.cpp, bf-jit.cpp
brainf*ck interpreter written in C++ by hogelog

xbyak/
from http://homepage1.nifty.com/herumi/soft/xbyak.html
version 2.29

sample/
- hello.bf
from http://www.kmonos.net/alang/etc/brainfuck.php
- mandelbrot.b, mandelbrot-huge.b, mandelbrot-titannic.b
from http://esoteric.sange.fi/brainfuck/utils/mandelbrot/