Andreas Rueckert wrote:
> Hi!
>
> On Thu, 18 Nov 1999 Paul Mclachlan wrote:
>
> --<snip>--
>
> >Having said that, if I wanted to do something like this, I would use
> >JavaCC, or, specifically, the "jjtree" tool in JavaCC. jjtree will
> >automatically parse the file into an OO structure ready for manipulation.
> >(ie, you might set it up to create a "class object", a "method object", and
> >a 'methodcall' object, among other things. You could then use this like
> >any other tree. This will probably automate something you would have done
> >anyway.
>
> I've used JJTree a while ago and had some problems. It started with the simple
> fact, that the Java grammar and all derived work was copyrighted by Metamata,
> so I couldn't include it in my work. Make sure this copyright has changed, if
> you want to share your work.
I sent and email to metamata regarding Open Sourcing JavaCC.
Originally the argumnet for closed souce was okay for devlopment but the tool is
very stable
now. Maybe they will. If not I too will move to antlr.
Maybe otheres intersted in JavaCC could get them to come too a decision on Open
Source for
JavaCC. I'd like to know. I rather use javaCC but only as Open Source.
Mike
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]