Category:RCSNUSP

From Rosetta Code
Revision as of 02:24, 4 May 2008 by rosettacode>Mwn3d (Created from RCBF page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
RCSNUSP
You are encouraged to solve this task according to the task description, using any language you may know.
RCSNUSP is an implementation of SNUSP. Other implementations of SNUSP.

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

An implementation need only properly implement the basic SNUSP instructions ('$', '\', '/', '+', '-', '<', '>', ',', '.', '!', and '?'). Other characters ('#', '@', ':', ';', '%', and '&') are also allowed, but not required. Any extra characters that you implement should be noted in the description of your implementation. Any cell size is allowed, EOF support is optional, as is whether you have bounded or unbounded memory.