驫鶭

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.

驫鶭, or BiaoFang, is invented by PSTF.

Sources of inspiration

  1. BFInfinity
  2. Befreege
  3. BrainChina

Requirements for more commands

  1. CJKV Unified Ideograms only(Such as 你我他(Basic)㐀㐂㚵(Ext.A)䶅(Ext.B) and so on, not requires only Basic area)
  2. No joke commands
  3. No commands that NEVER IMPLEMENT

Original commands

Caption text
This Esolang Mean
See < in Brainfuck.
See > in Brainfuck.
See + in Brainfuck.
See - in Brainfuck.
See , in Brainfuck.
See . in Brainfuck.
See [ in Brainfuck.
See ] in Brainfuck.
See ^ in Brainfuck+3.
See v in Brainfuck+3.
Input a hexadecimal and store it into current cell.
Output the data under pointer as hexadecimal.
Kill the program.
Read an integer and store it into the current cell.
Output the data under the pointer as an integer.
Set the data under pointer to 32.
Set the data under pointer to 0.
Set the data under pointer to 127.
(The corresponding control character) Set the data under pointer to Their Unicode minus 0x2400.
(Full-width ASCII) Set the data under pointer to Their Unicode minus 0xFEE0.
尸[language]
==========================
code
==========================
Executes the program between two boundaries. If language is nothing, executes the program as Brainfuck.
Print "Hello, world!".

Examples

Hello, world!

Simplest version:

Original version:

增增增增增增增增
始
   缩右增增增增增增增增左
终
右增增增增增增增增写
左增增增增增
始
    缩右增增增增增左
终右增增增增写
增增增增增增增写
写
增增增写
左增增增增增增增增
始
   缩右缩缩缩缩缩缩缩缩左
终
右缩缩缩写
左增增增
始
   缩右缩缩缩左
终
右缩缩缩写
左增增增增增增增增增
始
   缩右增增增增增增增增增左
终
右增增增增增增写
缩缩缩缩缩缩缩缩写
增增增写
缩缩缩缩缩缩写
缩缩缩缩缩缩缩缩写
左增增增增增增增增
始
   缩右缩缩缩缩缩缩缩缩左
终
右缩缩缩写
左

Readable Version:

H写e写l写l写o写,写空写w写o写r写l写d写!写␍写␊写

A+B Problem

听右听
始
    左上右下
终
左写

Categories