Skip to content

Commit

Permalink
initial commit of AspectJ grammar
Browse files Browse the repository at this point in the history
This grammar builds on top of the ANTLR4 Java grammar, but it uses 
lexical modes to lex the annotation form of AspectJ; hence in order to
use it you need to break Java.g4 into Separate Lexer (JavaLexer.g4) and
Parser (JavaParser.g4) grammars.
  
@see
   https://eclipse.org/aspectj/doc/next/quick5.pdf
   https://eclipse.org/aspectj/doc/next/progguide/starting.html
   https://eclipse.org/aspectj/doc/next/adk15notebook/grammar.html
  • Loading branch information
Adam Taylor committed May 4, 2015
1 parent af09105 commit bf5f582
Show file tree
Hide file tree
Showing 2 changed files with 962 additions and 0 deletions.

0 comments on commit bf5f582

Please sign in to comment.