History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
ANTLR-11
Type:
Bug
Status:
Resolved
Resolution:
Fixed
Priority:
Minor
Assignee:
Terence Parr
Reporter:
Terence Parr
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
ANTLR v3
Can't reuse same label in lexer...creates vStart twice.
Created:
06/Nov/06 06:19 PM
Updated:
22/Apr/07 11:45 AM
Component/s:
ANTLR Core
Affects Version/s:
3.0b7
Fix Version/s:
3.0b8
Description
« Hide
B : x='a' x='b';
works for x=T now, but not for chars; maybe works for x='abc' strings?
See testRepeatedLabelInLexer in TestLexer.
Description
B : x='a' x='b'; works for x=T now, but not for chars; maybe works for x='abc' strings? See testRepeatedLabelInLexer in TestLexer.
Show »
All
Comments
Change History
Sort Order:
[
Permlink
|
« Hide
]
Terence Parr
-
22/Apr/07 11:45 AM
added charLabels to Rule object so we can track x='t' stuff separately for lexers.
[
Show »
]
Terence Parr
-
22/Apr/07 11:45 AM
added charLabels to Rule object so we can track x='t' stuff separately for lexers.