[Nice-commit] Nice/src/bossa/parser Parser.jj,1.243,1.244
Brought to you by:
bonniot
|
From: <bo...@us...> - 2004-03-03 15:13:11
|
Update of /cvsroot/nice/Nice/src/bossa/parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv948/src/bossa/parser Modified Files: Parser.jj Log Message: Remove unsupported syntax from the lookahead for method bodies. Index: Parser.jj =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v retrieving revision 1.243 retrieving revision 1.244 diff -C2 -d -r1.243 -r1.244 *** Parser.jj 3 Mar 2004 14:13:58 -0000 1.243 --- Parser.jj 3 Mar 2004 15:00:33 -0000 1.244 *************** *** 1312,1316 **** {} { ! [ "<" strings() ">" ] identOrBackquoted() [ "<" strings() ">" ] "(" } --- 1312,1316 ---- {} { ! [ "<" strings() ">" ] identOrBackquoted() "(" } |