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

Key: ANTLR-220
Type: Improvement Improvement
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

need to implement dupTree and dupNode debugging event listener events

Created: 12/Feb/08 12:46 PM   Updated: 12/Feb/08 01:14 PM
Component/s: All targets
Affects Version/s: 3.0.1
Fix Version/s: 3.1


 Description  « Hide
Add dupTree, dupNode to DebugEvenListener

 rewrite rules that need to duplicate nodes other than imaginary tokens/nodes, do not appear in the debugger even when they create the correct tree in the parser.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Terence Parr - 12/Feb/08 01:14 PM
Actually just made adaptor spew out create/addchild debug events to simulate a dupTree. :)