Category:RCBF: Difference between revisions

Content added Content deleted
m (Replaced <10 cat with comp and int cat following the description)
m (Corrected list of BF instructions)
Line 1: Line 1:
[[Category:Compilers and Interpreters]]{{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:Compilers and Interpreters]]{{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.
<br clear=all>
<br clear=all>