. [ .]
For each character in the string
If it a value (0 1)
If top of stack is an operator
Pop operator and value, evaluate
Push value on the stack
If it an operator (&|) push it on the stack
If it a left parenthesis push it on the stack
If it a right parenthesis pop the value and the LP, push the value
At end, pop the value off the stack.
, , . .
, , . infix " ".