Forgot to mention that I'm using the current parenscript version in quicklisp.<br><br><div class="gmail_quote">On Fri, Aug 5, 2011 at 11:08 PM, Anthony Fairchild <span dir="ltr"><<a href="mailto:fairchild.anthony@gmail.com">fairchild.anthony@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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>
</blockquote></div><br>