Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexmalyshev/bfin

A simple implementation of a brainfuck interpreter in C89.
https://github.com/alexmalyshev/bfin

Last synced: 3 months ago
JSON representation

A simple implementation of a brainfuck interpreter in C89.

Awesome Lists containing this project

README

        

A simple implementation (one .c file) of a brainfuck interpreter.

If no filename argument is given then the program will simply run as a
brainfuck interpreter, otherwise the program will execute the file first and
then run as an interpreter.

The one and only source file (src/bfin.c) is licensed under the terms specified
in the LICENSE file (3-clause BSD license).