ROSE
0.11.96.11
|
This library simplifies the development of useful queries upon the AST.
)
The design of the Query Library is somewhat adhoc, it seems clear from using it that the idea is an important one in the simplification of many preprocessor operations. What is not clear is just what the design of the Query Library should be. This implementation will likely be superceeded by an improved version in the future.
Modules | |
Local Node Query Library | |
This library simplifies the development of useful queries upon individual nodes of the AST. | |
Subtree Query Library | |
This library simplifies the development of useful queries that require a traversal of any subtree of the AST. | |