[antlr-interest] Using ANTLR v3 to help build a Eclipse plugin
    Scott Stanchfield 
    scott at javadude.com
       
    Sun Jun 17 08:53:52 PDT 2007
    
    
  
I'm working on an antlr 3 plugin for eclipse. I've got a very basic plugin
working that will do the build and add error messages in the editor, but
it's still just a plain text editor at this point.
I'm gonna try to get an initial copy out soon.
Once you have it, you can add the org.antlr plugin as a dependency, as well
as use it to build your plugin.
The only gotchas OTTOMH are to set up your own parser exception handling.
-- Scott
 
> -----Original Message-----
> From: antlr-interest-bounces at antlr.org 
> [mailto:antlr-interest-bounces at antlr.org] On Behalf Of Mark Mandel
> Sent: Saturday, June 16, 2007 9:11 PM
> To: antlr-interest at antlr.org
> Subject: [antlr-interest] Using ANTLR v3 to help build a 
> Eclipse plugin
> 
> Hey all,
> 
> Just a general question to the group.
> 
> Looking at using a Grammar I am developing to aid in the 
> development of a plugin for Eclipse.
> 
> Just wondering if there are any caveats, or things I should 
> look out for when embarking on this endeavor.
> 
> I'm not familiar with developing Eclipse plugins, but I 
> thought I would ask the question here to see if there were 
> any pit falls I should look out for.
> 
> Thanks in advance,
> 
> Mark
> 
> --
> E: mark.mandel at gmail.com
> W: www.compoundtheory.com
> 
    
    
More information about the antlr-interest
mailing list