Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: X10 2.0.4
-
Fix Version/s: X10 2.3.2
-
Component/s: X10 Compiler: Front-end, X10 Compiler: Front-end Parser
-
Labels:None
-
Number of attachments :
Description
When constructing the Def object, the parsed AST is available, and thus it's easy to store the X10Doc comments (or, if space becomes an issue, their source extents) in the Def object. This would save the consumer tools the effort of locating the comments by invoking parts of the compiler (e.g., the parser).
See also
XTENLANG-1312