Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shurizzle/brainfuck

A simple brainfuck interpreter
https://github.com/shurizzle/brainfuck

Last synced: 25 days ago
JSON representation

A simple brainfuck interpreter

Awesome Lists containing this project

README

        

It's simply a way for wasting my time.
It's a brainfuck interpreter, nothing difficult :3

This version comes with an optional line comment support.
Compile with
$ make BF_COMMENT_CHAR=';'
to use semicolon as line comment.