Closed augustss closed 4 years ago
Try
prettyText $ let x = Int 3 "3" () in BinaryOp (Multiply ()) (BinaryOp (Plus ()) x x ()) x ()
which evaluates to
"3 + 3 * 3"
which is just wrong.
Closing as per: https://github.com/bjpop/language-python/issues/59
Try
which evaluates to
which is just wrong.