Category:RCBF: Difference between revisions

From Rosetta Code
Content added Content deleted
(Category listing clears floating box now.)
m (Added to <10 category)
Line 1: Line 1:
{{task}}{{implementation|Brainf***}}RCBF is a set of [[Brainf***]] compilers and interpreters written for Rosetta Code in a variety of languages. Below are links to each of the versions of RCBF.
[[Category:Less Than 10 Examples]]{{task}}{{implementation|Brainf***}}RCBF is a set of [[Brainf***]] compilers and interpreters written for Rosetta Code in a variety of languages. Below are links to each of the versions of RCBF.


An implementation need only properly implement the <nowiki>'[', ']', '+', '-', '+', ',', and '.'</nowiki> instructions. Any cell size is allowed, EOF support is optional, as is whether you have bounded or unbounded memory.
An implementation need only properly implement the <nowiki>'[', ']', '+', '-', '+', ',', and '.'</nowiki> instructions. Any cell size is allowed, EOF support is optional, as is whether you have bounded or unbounded memory.

Revision as of 15:42, 22 February 2008

Task
RCBF
You are encouraged to solve this task according to the task description, using any language you may know.
RCBF is an implementation of Brainf***. Other implementations of Brainf***.

RCBF is a set of Brainf*** compilers and interpreters written for Rosetta Code in a variety of languages. Below are links to each of the versions of RCBF.

An implementation need only properly implement the '[', ']', '+', '-', '+', ',', and '.' instructions. Any cell size is allowed, EOF support is optional, as is whether you have bounded or unbounded memory.