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

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

Exception when using AST operators ! or ^ without output=AST

Created: 14/Feb/08 11:20 AM   Updated: 14/Feb/08 11:53 AM
Component/s: ANTLR Core
Affects Version/s: 3.0.1
Fix Version/s: 3.1


 Description  « Hide
no AST:
a : A! A^ ;
gives:
Can't find template tokenRefBang.st; group hierarchy is [Java]
Can't find template tokenRefRuleRoot.st; group hierarchy is [Java]



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Terence Parr - 14/Feb/08 11:53 AM
Now you get

error(164): T.g:0:0: AST operator with non-AST output option: template

warning(149): T.g:0:0: rewrite syntax or operator with no output option; setting output=AST