Private - Compile the expression in the stream
Parse an operand from the stream (i.e. an unary negation, a parenthesized subexpression, ‘n’ or a number) and answer the corresponding parse node.
Answer a Symbol for an operator read from stream, or nil if something else is found.