« Return to Thread: GLF source for use with NetBeans 6.5 Platform

RE: GLF source for use with NetBeans 6.5 Platform

by pblemel :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.

Michael,

This isn't an answer to the question that you asked, however if you're going to spend time getting sources and figuring things out then I suggest your time might be more productively spent converting your GLF grammar to JavaCC.   It would be compatible with future versions Netbeans and you'd have the advantage of lots of documentation and a supported tool set.

Peter

> From: spence@...
> Date: Fri, 26 Jun 2009 14:08:00 +0000
> To: dev@...
> Subject: [openide-dev] GLF source for use with NetBeans 6.5 Platform
>
> I've developed a GLF application using NetBeans 6.5.1. One of the things that this application does is to emit an XML file based on the AST tree gotten from parsing a file containing my language (file extension .xyz)
>
>
>
> This all works fine, but it is necessary that I provide a "command-line" version of the .xyz to XML "compiler". The web is littered with references to GLF and various bits of documentation, but they're often misleading since they refer to prior verisons. I just need a few of the classes and their documentation: enough to read a .xyz file and parse it into an AST tree. There's probably a repository somewhere with these things; can someone point me in the right direction?
>
>
>
> Michael D. Spence
>
> Mockingbird Data Systems, Inc.
>
>
>
>


Windows Liveā„¢: Keep your life in sync. Check it out.

 « Return to Thread: GLF source for use with NetBeans 6.5 Platform