Project Description

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.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project