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

https://github.com/gitanat/minimal-brainfuck

A minimalistic C implementation of a brainfuck interpreter
https://github.com/gitanat/minimal-brainfuck

brainfuck c

Last synced: 10 months ago
JSON representation

A minimalistic C implementation of a brainfuck interpreter

Awesome Lists containing this project

README

          

This code (while usable) is in need of some improvements
(malloc instead of fixed memory size , etc)
There are several quick improvements that can be made; if you implement any,
please let me know, I'll happilly pull changes