Skip to content
Advertisement

Tag: autosys

Parse boolean expression in python

Currently, I have a Boolean expression which supports & (logical AND), | (logical OR), (, ) (parentheses) operators along with status codes like s, f, d, n, t and job names. The status codes represent the status of a job. (Eg: s = success, f = failure, etc…) and the job name is enclosed within parentheses with an optional argument

Advertisement