ROSE
0.11.96.11
|
▼Developing ROSE-based tools | How to build tools based on the ROSE library |
Build systems | |
▼Library general principles | Information about the ROSE library API in general |
Ownership of heap-allocated objects | |
Frontend | |
▼Midend | |
Working with attributes | |
AST Processing | |
▼Backend | |
Backend C and C++ Code Generator | Generates C or C++ Source code from the AST |
Backend Language Independent Code Generator | Generates calls to the appropriate language to build source code from the AST |
Backend Cxx Code Generator | Generates C++ Source code from the AST |
Backend Fortran Code Generator | Generates Fortran Source code from the AST |
▼Library developers and collaborators | Documentation oriented toward those working on ROSE |
Writing Git commit messages | |
Writing documentation | |
High level AST builders | This namespace contains high level SAGE III AST node and subtree builders |
▼Query Library | This library simplifies the development of useful queries upon the AST |
▼Local Node Query Library | This library simplifies the development of useful queries upon individual nodes of the AST |
Transformation Support Library | General support for transformations |
Subtree Query Library | This library simplifies the development of useful queries that require a traversal of any subtree of the AST |
General Utility Functions | These functions are common to ROSETTA and ROSE (and are used within Sage III as well) |
▼Sawyer Support Library | Sawyer is a library for library writers. It's used by software such as ROSE and part of Sawyer is distributed with ROSE. The complete, canonical documentation for Sawyer is located here. Sawyer is a library that provides the following: |
Command line parser factories | |
Command line action factories | |
Command line value augmenter factories | |
Installation | |
Library design goals | |
Reference counting smart pointers | |
Class properties | |
▼Examples | |
▼Examples of indexed graph features | |
Indexing string vertices | |
Using only part of a vertex as the key | |
Using a hash-based lookup | |
Using a custom index type | |
▼ROSE 3rd Party Libraries | A number of independent librres used in ROSE |
▼Multi-Support Template Library | This library is a separable part of the ROSE project |
DOT (Graph) Visualization of AST | This library defines the DOT output (graphical representation) of the AST |
PDF Visualization of AST | This class defines the PDF output of the AST |