Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hogelog/bfprocessor
- Owner: hogelog
- Created: 2010-09-13T13:05:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-22T09:34:58.000Z (almost 13 years ago)
- Last Synced: 2023-04-13T16:16:52.045Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
bf.cpp, bf-vm.cpp, bf-jit.cpp
brainf*ck interpreter written in C++ by hogelogxbyak/
from http://homepage1.nifty.com/herumi/soft/xbyak.html
version 2.29sample/
- 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/