[antlr-interest] create eclipse plug with antlr

Jan van der Ven jhvdven at xs4all.nl
Tue Apr 1 23:04:29 PDT 2008


Dear Elekis,


The article you mention is a very good one. It inspired us to write a 
SQL editor using antlr. You can find the code at 
http://quantum.cvs.sourceforge.net/quantum/quantum-plugin/src/com/quantum/ 
in the core and editors folders. It is not as good as Prashant's 
description though. Feel free to comment on it.

Kind regards,

Jan



elekis wrote:
> hello world,
>
> I try to create a eclipse plugin for a custom language. I ve used 
> antlr 3.0 to create a lexer and grammar (and comming soon, an ast). 
> but now I would like to interact with my plugin.
>
> How To do that??? I have problemes.
>
> first I ve created a editor  with a damager and a repairer etc... but 
> how to link all of that?
> the only thing I do now is always pass all the document after delete 
> all the comment (all that follow "--"). but it's big.
>
> is there any tuto on how to interact ?? I ve found a paper
> http://www-128.ibm.com/developerworks/edu/os-dw-os-ecl-commplgin1.html
> but it's just a theory, there is no sources to analyse.
>
>
> any idea?
>
> thanks
>
> PS : this is also posted on e.platform
>
> a+++
>
>
>
>



More information about the antlr-interest mailing list