This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Implementing Universal Character Names in identifiers
- From: Andrew Haley <aph at redhat dot com>
- To: tromey at redhat dot com
- Cc: bsulliv at legacyj dot com, java at gcc dot gnu dot org
- Date: Mon, 4 Nov 2002 13:56:16 +0000 (GMT)
- Subject: Re: Implementing Universal Character Names in identifiers
- References: <1036178262.31800.ezmlm@gcc.gnu.org><3DC2F607.A63995E9@legacyj.com><87lm4csxi7.fsf@fleche.redhat.com>
Tom Tromey writes:
>
> Brian> I'm not picky on the mechanism, I just think that it would be a
> Brian> cleaner interface than separate generation.
>
> I think so too. It would also potentially let us inline Java code
> into C++ code. (The other direction would be much harder to do.)
It has disadvantages, too: it's really nice to be able to read the
header files when writing CNI code.
Andrew.