Boolfish

From Esolang
Jump to navigation Jump to search

Boolfish is a boolean-based version of Deadfish. It has 2 instructions. It can either be written in text-format or binary-format.

Syntax

text-format
Instruction Description
f Flip the register.
o Output the register's value.


binary-format
Instruction Description
0 Flip the register.
1 Output the register's value.

Interpreters

Boolfish interpreter made in Logisim, flaw is that you can't tell between outputting a 0 and no output.

Boolfish interpreter made in Logisim, flaw is that you can't tell between outputting a 0 and no output.

Boolfish interpreter made in Logisim, requires a TTY component but is vastly superior to the LED one.

Boolfish interpreter made in Logisim, requires a TTY component but is vastly superior to the LED one.