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

Key: BOO-431
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Arron Washington
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Documentation AST Nodes

Created: 09/Aug/05 03:04 PM   Updated: 20/May/08 09:09 AM
Component/s: Parser
Affects Version/s: 0.5.6
Fix Version/s: 0.8.3

Time Tracking:
Not Specified


 Description  « Hide
Documentation / code comments are currently not represented in Boo's AST; this feature request is for Documentation AST nodes.

Right now comments like #TODO, #HACK, /* this block of code is dangerous because ... ... .... */ are currently lost when the parser generates Boo's AST.

This is a loss of very useful information that could be provided to the user via IDE integration or for other applications doing code introspection on Boo's AST.

Wouldn't it be nice to click a button in your favorite IDE and get a list of all comments and their current locations in source code? Documentation AST would help in making that a reality without having to write a mangled comment parser.

It is also a step in the direction of being able to recreate source code from Boo's AST.

What, why are you still reading? Are you not convinced yet?!



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