Downloadliste

Projektbeschreibung

GBrainFuck is a bloated BrainFuck interpreter. This implementation uses a doubly linked list as tape, and it reallocates space for the data dynamically, thus saving memory. It makes large BrainFuck programs possible. The drawback is the processor/memory access footprint inherent to the linked list data structure, but this issue is being addressed.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-01-22 23:42
0.3

Diese Veröffentlichung befasst sich mit Eingaben von stdin ein wenig besser.
Tags: Minor bugfixes
This release deals with input from stdin a little better.

Project Resources