History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ANTLR-11
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor 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.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Terence Parr - 22/Apr/07 11:45 AM
added charLabels to Rule object so we can track x='t' stuff separately for lexers.