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

Key: ANTLR-207
Type: Bug Bug
Status: Closed Closed
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

not inheriting token vocab properly

Created: 02/Jan/08 02:49 PM   Updated: 03/May/08 01:32 PM
Component/s: ANTLR Core
Affects Version/s: 3.0.1
Fix Version/s: 3.1


 Description  « Hide
lexer grammar JavaLexer;
options {tokenVocab=Java;}
SEMI:';' ;
ID : 'a'..'z'+ ;
INT : '0'..'9'+ ;

If Java.tokens has

';'=7

JavaLexer.tokens still gets

SEMI=10


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.