
|
If you were logged in you would be able to see more operations.
|
|
|
ANTLR v3
Created: 16/Dec/06 06:10 PM
Updated: 20/Apr/07 12:57 PM
|
|
| Component/s: |
ANTLR Core
|
| Affects Version/s: |
3.0b5
|
| Fix Version/s: |
3.0b8
|
|
|
^(op atom)+ is not going to dup the op rule result for each atom.
Also, what does 'modifiers?' do if modifiers is a list? Does it duplicate? Does it have to be same cardinality as ID?
decl : modifiers type ID (',' ID)* -> ^(type modifiers? ID)+ ;
|
|
Description
|
^(op atom)+ is not going to dup the op rule result for each atom.
Also, what does 'modifiers?' do if modifiers is a list? Does it duplicate? Does it have to be same cardinality as ID?
decl : modifiers type ID (',' ID)* -> ^(type modifiers? ID)+ ;
|
Show » |
|