Bitty

From Esolang
Jump to navigation Jump to search

Bitty

Extension .bty
influenced by NanoFuck

Overview

bitty has 3 instructions !, /, and \. the list below shows there uses.

Instructions
Instruction Definition
! NOT's the current bit.
/ starts a new group. each group has its own bit.
\ ends a group, and adds its bit to the previous groups bit.

Examples

Note: "I" is used to represent input via the ! instruction

AND gate:

{I!}{I!}!