Nor-Graf

From Esolang
Jump to navigation Jump to search

Nor-Graf is an Esoteric programming language created by User:Buckets in 2022.

Commands Instructions
+ +1.
- -1
, Create an Input node With identification n.
< Create a Nor Gate.
> Print The output node With identification n Through Identification m.
. Create an Output Node With Identification n.
0 Create a 0 Node with identification n.
1 Create a 1 Node with Identification n.
[ Start Connection with node With identification n.
] Start Connection with node With identification n to Node identification m.

If You create a node with a Prior Identification n, It will simply Rewrite it.

Cat program:

,+.-[+]>>

"Hello, World!" Program:

1+0+0+1+0+0+0------>++++++>1+1+0+0+1+0+1------>++++++>
1+1+0+1+1+0+0------>++++++>------>++++++>1+1+0+1+1+1+1------>++++++>
0+1+0+1+1+0+0------>++++++>0+1+0+0+0+0+0------>++++++>
1+0+1+0+1+1+1------>++++++>1+1+0+1+1+1+1------>++++++>
1+1+1+0+0+1+0------>++++++>1+1+0+1+1+0+0------>++++++>
1+1+0+0+1+0+0------>++++++>0+1+0+0+0+0+1------>++++++>

NOR gate:

,+,+<--[++]-[+]+.-[+]>>