forked from jasder/antlr
Fix rule reference should have been to lexerBlock
This commit is contained in:
parent
fdf3a86969
commit
9fe197e5b8
|
@ -590,7 +590,7 @@ lexerElement
|
||||||
labeledLexerElement
|
labeledLexerElement
|
||||||
: id (ass=ASSIGN|ass=PLUS_ASSIGN)
|
: id (ass=ASSIGN|ass=PLUS_ASSIGN)
|
||||||
( lexerAtom -> ^($ass id lexerAtom)
|
( lexerAtom -> ^($ass id lexerAtom)
|
||||||
| block -> ^($ass id block)
|
| lexerBlock -> ^($ass id lexerBlock)
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue