Implement shortcut for expression boolean
Or and and eval expression tokens always evaluate left and right parts: the idea is to compile them as a shortcut i.e. if the left part is true for "or" or false for "and" the right part is not evaluated.
Or and and eval expression tokens always evaluate left and right parts: the idea is to compile them as a shortcut i.e. if the left part is true for "or" or false for "and" the right part is not evaluated.