Opened 15 years ago

Closed 15 years ago

#327 closed enhancement (fixed)

Add key-value annotations to AST nodes

Reported by: zirkel Owned by: stachnik
Priority: major Milestone:
Component: ast Version:
Keywords: Cc:

Description

ASTNodeIF needs to have methods to add and get annotations. Annotations are key-value pairs, where the keys are strings and the values are any object. These can be used, for example, to annotate whether an invariant is sequential, collective, or joint.

Change History (1)

comment:1 by zirkel, 15 years ago

Resolution: fixed
Status: newclosed

New methods for getting/setting these are in ASTNodeIF and ASTNode.

Note: See TracTickets for help on using tickets.