Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

brainfuck c

Last synced: about 2 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