[Nice-commit] Nice/src/bossa/parser Parser.jj,1.325,1.326
Brought to you by:
bonniot
|
From: Artem Gr K. <ar...@us...> - 2005-04-02 11:47:47
|
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 */ |