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

https://github.com/ksheedlo/bf

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

Last synced: 5 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