ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SAGE III utility functions(SageInterface)

This namespace is to organize functions that are useful when operating on the AST. More...

Collaboration diagram for SAGE III utility functions(SageInterface):

This namespace is to organize functions that are useful when operating on the AST.

The Sage III IR design attempts to be minimalist. Thus additional functionality is

intended to be presented using separate higher level interfaces which work with the IR. The namespace, SageInterface, collects functions that operate on the IR and are supportive of numerous types of routine operations required to support general analysis and transformation of the AST.

Further organization of the functions in this namespace is required. Major AST manipulation functions are scattered in the following directories

Todo:
A number of additional things to do:
  • Pull scope handling out of EDG/Sage III translation so that is is made available to anyone else building the Sage III IR from scratch (which when it gets non-trivial, involves the manipulation of scopes).
  • Other stuff ...