You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to parse a string in which the operator occurs twice, I get not error message. For instance,
formula.parseString('a or or b')
parses without error, but the resulting result contains only 'b'. Note that the action ast.make_or is NOT called.