Merge branch 'lexer-block-ref' of git://github.com/sharwell/antlr4
This commit is contained in:
commit
40e95ea5e9
|
@ -590,7 +590,7 @@ lexerElement
|
|||
labeledLexerElement
|
||||
: id (ass=ASSIGN|ass=PLUS_ASSIGN)
|
||||
( lexerAtom -> ^($ass id lexerAtom)
|
||||
| block -> ^($ass id block)
|
||||
| lexerBlock -> ^($ass id lexerBlock)
|
||||
)
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue