[antlr-interest] Jazillian C to Java translator

Akhilesh Mritunjai mritun at gmail.com
Sat Dec 17 01:28:10 PST 2005


Hi Andy

Great work!

On Fri, 16 Dec 2005 19:45:47 +0530, Andy Tripp <atripp at jazillian.com>  
wrote:
> unsigned -->         // Java has no unsigned keyword, just delete it

This one is tricky. A human will promote to next higher type (signed char  
-> short, signed int -> long) otherwise runtime results will be funky.  
Unsigned and signed have VERY different meanings of sign bit.


-- 
- Akhilesh

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


More information about the antlr-interest mailing list