Update of /cvsroot/nice/Nice/src/bossa/parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4491/F:/nice/src/bossa/parser
Modified Files:
Parser.jj
Log Message:
Made switch an unused keyword to improve the parse error message.
Index: Parser.jj
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v
retrieving revision 1.235
retrieving revision 1.236
diff -C2 -d -r1.235 -r1.236
*** Parser.jj 2 Feb 2004 23:21:45 -0000 1.235
--- Parser.jj 3 Feb 2004 00:49:23 -0000 1.236
***************
*** 194,197 ****
--- 194,200 ----
| < CONTINUE: "continue" >
+ // switch is an unused keyword to improve error message
+ | < SWITCH: "switch" >
+
// Statements
| < RETURN: "return" >
|