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

Key: ANTLR-224
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

give better error when ! AST operator used with rewrite

Created: 26/Feb/08 12:53 PM   Updated: 29/Apr/08 12:12 PM
Component/s: ANTLR Core
Affects Version/s: 3.0.1
Fix Version/s: 3.1


 Description  « Hide
error(10): internal error: SL.g : java.lang.IllegalArgumentException: Can't find template tokenRefBangTrack.st; group hierarchy is [Java]

from

| postfixExpression // handles function calls like f(i);
( '=' expression -> ^('=' postfixExpression expression) // handles assignment
| -> postfixExpression
)
';'! <<<<<<<<<<<<<<<<<<



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Terence Parr - 29/Apr/08 12:12 PM
i give error now when ^ or ! is used in alt with ->