Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
22
Lang/Extended-BrainF---/00-LANG.txt
Normal file
22
Lang/Extended-BrainF---/00-LANG.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{{language|Extended BrainF***}}
|
||||
'''Extended BrainF***''' is an extension of [[BrainF***]],
|
||||
that aims to make it easier to use.
|
||||
|
||||
There are several more opcodes, e.g.:
|
||||
* <tt>@</tt> : Ends the program, can be used as a separator between code and data.
|
||||
|
||||
|
||||
With data already in place, most BF-programs get much shorter, <br>
|
||||
e.g. a "Hello World"-program in standard BF needs to do a lot of work <br>
|
||||
to setup the ASCII-codes of the text:
|
||||
<lang bf>++++++++++[>+>+++>++++>+++++++>++++++++>+++++++++>++
|
||||
++++++++>+++++++++++>++++++++++++<<<<<<<<<-]>>>>+.>>>
|
||||
>+..<.<++++++++.>>>+.<<+.<<<<++++.<++.>>>+++++++.>>>.+++.
|
||||
<+++++++.--------.<<<<<+.<+++.---.</lang>
|
||||
|
||||
Extended BF just needs a short loop for output:
|
||||
<lang bf>[.>]@Hello World!</lang>
|
||||
|
||||
|
||||
;See:
|
||||
* http://esolangs.org/wiki/Extended_Brainfuck
|
||||
2
Lang/Extended-BrainF---/00-META.yaml
Normal file
2
Lang/Extended-BrainF---/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:Extended_BrainF***
|
||||
1
Lang/Extended-BrainF---/Hello-world-Text
Symbolic link
1
Lang/Extended-BrainF---/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/Extended-BrainF---
|
||||
Loading…
Add table
Add a link
Reference in a new issue