Closed GoogleCodeExporter closed 8 years ago
I've added support for both a bitwise xor operator, and... a modular division
operator (see issue 43). I've only done limited testing so far, but the
modifications seem to work. I've attached a patch (against svn r153) which will
add these two operators. You will use xor and mod exactly as you would expect
to, 'x^y' and 'x%y'.
Perhaps these changes will be make 'official'...
Original comment by juliavi...@gmail.com
on 4 Jul 2012 at 4:17
Attachments:
Hi Julia, your patch is great, I've included it in r154. Just missed specifying
the correct precedence for operators (see r155)
Original comment by plus...@gmail.com
on 4 Jul 2012 at 9:01
Original issue reported on code.google.com by
golgotr...@gmail.com
on 31 May 2012 at 2:18