tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
3
Task/Execute-SNUSP/0DESCRIPTION
Normal file
3
Task/Execute-SNUSP/0DESCRIPTION
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{{implementation|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 Core SNUSP instructions <nowiki>('$', '\', '/', '+', '-', '<', '>', ',', '.', '!', and '?')</nowiki>. Modular SNUSP ('#', '@') and Bloated SNUSP (':', ';', '%', 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.
|
||||
3
Task/Execute-SNUSP/1META.yaml
Normal file
3
Task/Execute-SNUSP/1META.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
category:
|
||||
- Compilers and Interpreters
|
||||
Loading…
Add table
Add a link
Reference in a new issue