Eclipse plugin

Walter Bright newshound at digitalmars.com
Tue Oct 31 19:57:52 PST 2006


Ary Manzana wrote:
> I only converted parser.h, parser.c (yes, 
> descent\internal\core\dom\Parser.java) , lexer.h, lexer.c 
> (descent\internal\core\dom\Lexer.java) and the classes/functions 
> referenced there: just the clean model with no semmantic stuff. Porting 
> c++ to Java was not an easy task, especially since Java has no powerful 
> "goto" (oh my, 732 in the whole code), so I had to change some of the 
> code, or duplicate it (I don't want to break anything at first).

I deliberately avoided using things like exceptions in it to make it 
easy to port, but I didn't think about the goto's.



More information about the Digitalmars-d mailing list