[parenscript-devel] operator precedence issue

Anthony Fairchild fairchild.anthony at gmail.com
Sat Aug 6 06:16:51 UTC 2011


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 at 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!
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20110805/90f62c50/attachment.html>


More information about the parenscript-devel mailing list