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

에서 입력이 릴리스의 거래를 좀 더 열려진.
Tags: Minor bugfixes
This release deals with input from stdin a little better.

Project Resources