[Nice-commit] Nice/src/bossa/parser Parser.jj,1.263,1.264
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-09-16 21:26:10
|
Update of /cvsroot/nice/Nice/src/bossa/parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4880/F:/nice/src/bossa/parser Modified Files: Parser.jj Log Message: Give semantic error on empty custom constructor. Index: Parser.jj =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v retrieving revision 1.263 retrieving revision 1.264 diff -C2 -d -r1.263 -r1.264 *** Parser.jj 3 Sep 2004 18:07:24 -0000 1.263 --- Parser.jj 16 Sep 2004 21:25:59 -0000 1.264 *************** *** 1136,1140 **** | "{" ! ( stmt=BlockStatement(statements) { statements.add(stmt); } )+ "}" ) --- 1136,1140 ---- | "{" ! ( stmt=BlockStatement(statements) { statements.add(stmt); } )* "}" ) |