Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goncalopp/minimal-brainfuck
A minimalistic C implementation of a brainfuck interpreter
https://github.com/goncalopp/minimal-brainfuck
brainfuck c
Last synced: 2 months ago
JSON representation
A minimalistic C implementation of a brainfuck interpreter
- Host: GitHub
- URL: https://github.com/goncalopp/minimal-brainfuck
- Owner: goncalopp
- Created: 2009-07-03T01:47:37.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-01-23T19:37:46.000Z (about 12 years ago)
- Last Synced: 2024-10-12T16:26:45.316Z (4 months ago)
- Topics: brainfuck, c
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeInterpreter - minimal-brainfuck
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