Download List

專案描述

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.

System Requirements

System requirement is not defined
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

This release deals with input from stdin a little better.
標籤: Minor bugfixes

Project Resources