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
- Host: GitHub
- URL: https://github.com/gitanat/minimal-brainfuck
- Owner: gitanat
- Created: 2009-07-03T01:47:37.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2013-01-23T19:37:46.000Z (over 13 years ago)
- Last Synced: 2025-08-18T01:06:13.955Z (10 months ago)
- Topics: brainfuck, c
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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