Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arn-e/bf-interpreter

brainf*ck interpreter written in C
https://github.com/arn-e/bf-interpreter

Last synced: 2 months ago
JSON representation

brainf*ck interpreter written in C

Awesome Lists containing this project

README

        

## brainf.ck interpreter

Simple brainf.ck interpreter written in C

More info (language, specifications) :

http://en.wikipedia.org/wiki/Brainfuck
http://esolangs.org/wiki/brainfuck

### Usage

Enter instruction set :

make bf_interpreter && ./bf_interpreter

Instruction Set :
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.

Output :

Hello World!