Hi,<div><br></div><div>I think I found a bug in parenscript:</div><div><br></div><div><div>CL-USER> (ps (/ a (* b c)))</div><div>"a / b * c;"</div></div><div><br></div><div>I believe it should return "a / (b * c);". </div>
<div><br></div><div>Checking the mailing list archives I see there was a problem with this expression but it seems to have been fixed:</div><div><br></div><div><div>CL-USER> (ps (- x (- a b)))</div><div>"x - (a - b);"</div>
</div><div><br></div><div>Thanks!</div><div><br></div><div><br></div>