
In debugging, I've begun work on a standard library, and I tell you: It feels really strange to write lines like
Code: Select all
#define NULL 0
I've also used ket notation for various trinary operations that lack a symbol in standard C. It's just a temporary placeholder grammar until better symbols can be found. Right now, to use the PRM instruction on X and 3, one would write
Code: Select all
X = X |P> 3;
Code: Select all
Y = Y |S> 20;