Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fgaz/yabi
- Owner: fgaz
- License: mit
- Created: 2014-10-16T13:26:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T07:50:27.000Z (over 2 years ago)
- Last Synced: 2024-09-28T20:35:20.262Z (about 1 month ago)
- Topics: brainfuck, haskell, interpreter, mit
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/yabi
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.