Description Usage Arguments Value
This recursive function is the work-horse for all expression transformations. It takes a language node and a transformer function, and applies the transformer recursivly to the node and all its child nodes.
1 | transform_ast(node, transformer, ...)
|
node |
A language node |
transformer |
A transformer function |
... |
Additional arguments to the transformer function |
The transformed language node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.