[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

uppercase package names



I'm using SableCC with kaffe and having a problem with uppercase
package names.

On this input SableCC works OK:

  Package x;

but on this input SableCC bombs:

  Package X;

with this exception:

  ca.mcgill.sable.sablecc.lexer.LexerException: [1,9] Unknown token: X
	  at java/lang/Throwable.<init>(30)
	  at java/lang/Exception.<init>(21)
	  at ca/mcgill/sable/sablecc/lexer/LexerException.<init>(73)
	  at ca/mcgill/sable/sablecc/lexer/Lexer.getToken(588)
	  at ca/mcgill/sable/sablecc/lexer/Lexer.peek(91)
	  at ca/mcgill/sable/sablecc/parser/Parser.parse(122)
	  at ca/mcgill/sable/sablecc/SableCC.main(152)
	  at SableCC.main(72)

This could very well be a kaffe bug, so I would appreciate it if someone
could confirm or deny it on a different platform.

Thanks,
-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com