Copyright (C) 2020-2024 Takym.
BinFuck is an esoteric programming language.
I developed by drawing on Brainfuck.
The naming origin is a programming language like machine language (binary).
Try 1[>rw<]
or irw>.99998cw<iw
in REPL mode!
Use Dd_
to dump data.
> bfk repl
> 999999999992=3>=>7=>=>3<<<<W
hello
> ir>r[-<+>]<w
1
2
3
> bfk run sample.bfk
- Please type the below command to refer to the command-line manual:
> bfk help
- You can just use the short command
bfk
instead of the long commandcsi.exe BinFuck.csx
.
This interpreter is distributed under the MIT License.
BinFuck は難解プログラミング言語です。
Brainfuck を参考に開発しました。
機械語(binary)の様なプログラミング言語であるというのが名称の由来です。
REPL モードで 1[>rw<]
または irw>.99998cw<iw
を試してみてください。
内部データを表示するには Dd_
と入力してください。
> bfk repl
> 999999999992=3>=>7=>=>3<<<<W
hello
> ir>r[-<+>]<w
1
2
3
> bfk run sample.bfk
- 下記のコマンドからコマンド行引数説明書を表示できます。
> bfk help
csi.exe BinFuck.csx
はbfk
に省略できます。
このインタープリタはMITライセンスに基づいて配布されています。