The abc alternative aspectj compiler provided some proper grammar
definitions I think ( http://abc.comlab.ox.ac.uk/introduction ) -
maybe one of their developers on this list can comment on where the
grammars can be found?

ajc captures its grammar in two places, the java.g file that is in the
patched JDT compiler

http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/dev/java.g

and the pointcut syntax is captured in the implementation of the
pointcut parser (no grammar, sorry):

http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/dev/PatternParser.java

cheers
Andy

On 14 April 2011 20:45, Ignacio Rigoni <ignacio.rig...@gmail.com> wrote:
> Is there any place where to find the AspectJ BNF?
> Or just the full keywords's list?
> I'm trying to develop a plugin for NB 6.9.1 and so I need that info!
> Thanks! :)
>
> --
> Nachokhan
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to