Nice/src/bossa/parser Parser.jj,1.318,1.319

Arjan Boeijink <[email protected]> Sat, 12 Mar 2005 16:26:17 +0000
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-serv31896/F:/nice/src/bossa/parser

Modified Files:
	Parser.jj 
Log Message:
Removed octal integer literals.

Index: Parser.jj
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v
retrieving revision 1.318
retrieving revision 1.319
diff -C2 -d -r1.318 -r1.319
*** Parser.jj	12 Mar 2005 02:41:47 -0000	1.318
--- Parser.jj	12 Mar 2005 16:26:14 -0000	1.319
***************
*** 268,281 ****
          <DECIMAL_LITERAL> (["l","L"])?
        | <HEX_LITERAL> (["l","L"])?
-       | <OCTAL_LITERAL> (["l","L"])?
        | <BIN_LITERAL> (["l","L"])?   
    >
  |
!   < #DECIMAL_LITERAL: ["1"-"9"] (["0"-"9", "_"])* >
  |
    < #HEX_LITERAL: "0" ["x","X"] (["0"-"9","a"-"f","A"-"F","_"])+ >
  |
-   < #OCTAL_LITERAL: "0" (["0"-"7","_"])* >
- |
     < #BIN_LITERAL: "0" ["b","B"] (["0","1","_"])+ >
  
--- 268,278 ----
          <DECIMAL_LITERAL> (["l","L"])?
        | <HEX_LITERAL> (["l","L"])?
        | <BIN_LITERAL> (["l","L"])?   
    >
  |
!   < #DECIMAL_LITERAL: ["0"-"9"] (["0"-"9", "_"])* >
  |
    < #HEX_LITERAL: "0" ["x","X"] (["0"-"9","a"-"f","A"-"F","_"])+ >
  |
     < #BIN_LITERAL: "0" ["b","B"] (["0","1","_"])+ >
  



-------------------------------------------------------
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