Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fgaz/yabi

Yet Another Brainfuck Interpreter
https://github.com/fgaz/yabi

brainfuck haskell interpreter mit

Last synced: 29 days ago
JSON representation

Yet Another Brainfuck Interpreter

Awesome Lists containing this project

README

        

# yabi

Yet Another Brainfuck Interpreter

[![Build Status](https://travis-ci.org/fgaz/yabi.svg?branch=master)](https://travis-ci.org/fgaz/yabi)

The code is simple and doesn't use any advanced features or libraries.
Just plain recursion. It also doesn't use optimizations or
intermediate representations of Brainfuck code.