Nice/src/bossa/parser Parser.jj,1.325,1.326
Artem Gr Kozarezov <[email protected]> Sat, 02 Apr 2005 11:47:06 +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-serv339/src/bossa/parser
Modified Files:
Parser.jj
Log Message:
Replace "assert" with "?assert" in the parser
(so that there are two assert idents instead of three).
Index: Parser.jj
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v
retrieving revision 1.325
retrieving revision 1.326
diff -C2 -d -r1.325 -r1.326
*** Parser.jj 2 Apr 2005 09:14:24 -0000 1.325
--- Parser.jj 2 Apr 2005 11:47:03 -0000 1.326
***************
*** 210,214 ****
// Assertions
! | < ASSERT: "assert" >
| < SUREASSERT: "!assert" > /* Nice specific */
| < MAYBEASSERT: "?assert" > /* Nice specific */
--- 210,214 ----
// Assertions
! | < ASSERT: "assert" > { matchedToken.image = "?assert"; }
| < SUREASSERT: "!assert" > /* Nice specific */
| < MAYBEASSERT: "?assert" > /* Nice specific */
-------------------------------------------------------
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