Nice/src/bossa/parser Parser.jj,1.315,1.316
Daniel Bonniot <[email protected]>
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/src/bossa/parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22023/src/bossa/parser
Modified Files:
Parser.jj
Log Message:
Fixed "long" assignment operators: <<=, >>= and >>>=
Index: Parser.jj
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v
retrieving revision 1.315
retrieving revision 1.316
diff -C2 -d -r1.315 -r1.316
*** Parser.jj 9 Mar 2005 21:50:18 -0000 1.315
--- Parser.jj 10 Mar 2005 14:08:58 -0000 1.316
***************
*** 2710,2714 ****
{
if(op.image.length()!=1)
! e2=bossa.syntax.dispatch.createCallExp(symb(op.image.substring(0, 1),op),e1,e2);
e1=bossa.syntax.dispatch.createAssignExp(e1,e2);
--- 2710,2715 ----
{
if(op.image.length()!=1)
! e2=bossa.syntax.dispatch.createCallExp
! (symb(op.image.substring(0, op.image.length()-1),op),e1,e2);
e1=bossa.syntax.dispatch.createAssignExp(e1,e2);
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click