Description du projet

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.

Évaluation
Votre évaluation
Votre avis sur ce projet