Merge branch 'lexer-block-ref' of git://github.com/sharwell/antlr4

This commit is contained in:
Terence Parr 2012-11-15 13:01:41 -08:00
commit 40e95ea5e9
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ lexerElement
labeledLexerElement
: id (ass=ASSIGN|ass=PLUS_ASSIGN)
( lexerAtom -> ^($ass id lexerAtom)
| block -> ^($ass id block)
| lexerBlock -> ^($ass id lexerBlock)
)
;