![](https://secure.gravatar.com/avatar/6ceed633057ef2a85c19d4e5003d8f0c.jpg?s=120&d=mm&r=g)
6 Aug
2011
6 Aug
'11
6:16 a.m.
Forgot to mention that I'm using the current parenscript version in quicklisp. On Fri, Aug 5, 2011 at 11:08 PM, Anthony Fairchild < fairchild.anthony@gmail.com> wrote:
Hi,
I think I found a bug in parenscript:
CL-USER> (ps (/ a (* b c))) "a / b * c;"
I believe it should return "a / (b * c);".
Checking the mailing list archives I see there was a problem with this expression but it seems to have been fixed:
CL-USER> (ps (- x (- a b))) "x - (a - b);"
Thanks!