Johnson Earls

Results 2 issues of Johnson Earls

Operator precedence is not being properly handled. A couple of examples: ``` >>> to_ast = lambda x:ast.parse(x, mode='eval') >>> codegen.to_source(to_ast( '(1+2)*3' )) '1 + 2 * 3' ``` `1+2*3` =...

I looked through the documentation and couldn't find any reference to this. Is there a way to use the dA API to block a user?