aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* inspect: cast expressionChristopher Li2010-07-221-1/+19
| | | | | | Adding cast expression for AST inspecting. Signed-off-by: Christopher Li <sparse@chrisli.org>
* inspect: add some expression inspectionChristopher2010-07-131-1/+77
| | | | Signed-Off-By: Christopher Li <sparse@chrisli.org>
* inspect: add some example inspect for symbol and statementChristopher Li2010-07-131-0/+114
This is far fro complete. It is an example how to write call back driven inspect functions. Inside each inspect call back function. It can add a child node with: ast_append_child(), or add text attribute node with ast_append_attribute() Signed-Off-By: Christopher Li <sparse@chrisli.org>