Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ksheedlo/bf

A brainfuck compiler and interpreter in C.
https://github.com/ksheedlo/bf

Last synced: 2 months ago
JSON representation

A brainfuck compiler and interpreter in C.

Awesome Lists containing this project

README

        

bfi - a tiny brainfuck interpreter
Written by Ken Sheedlo

To compile: ./make
To run: ./bfi FILE
To run from stdin: ./bfi