Re: [svn:parrot-pdd] r22268 - trunk/docs/pdds/draft

2007-10-19 Thread Joshua Isom
It seems as though the first line seems to have caught my eye. In most languages, ~ is used for bitwise not, and not bitwise xor which is given ^. Parrot seems to do things a tad differently. An analysis of the generated pir shows how parrot treats it now. .sub main $I0 = 5

[svn:parrot-pdd] r22268 - trunk/docs/pdds/draft

2007-10-19 Thread ambs
Author: ambs Date: Fri Oct 19 06:21:28 2007 New Revision: 22268 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: Added proposal for simple change on binary operators Modified: trunk/docs/pdds/draft/pdd19_pir.pod ==