add_call_callback | Add a function-specific callback to the call callbacks. |
add_topdown_callback | Add a function-specific callback to the top-down callbacks. |
annotate_assigned_symbols_callbacks | Put attribute "assigned_symbols" on expressions bottom-up |
annotate_bound_symbols_in_function | Annotate sub-expressions with variables bound in their scope. |
annotate_bound_variables_callbacks | Propagate parameters and local variables top-down to assign... |
collect_asigned_symbols_in_expression | Extracts all the symbols that appear on the left-hand side of... |
collect_from_args | Collect attributes set in the arguments to a call expression. |
depth_first_analyse_expr | Analyse an expression. |
depth_first_analyse_function | Analyse the body of function. |
depth_first_rewrite_expr | Transform an expression. |
depth_first_rewrite_function | Transform the body of function. |
identity_rewrite_callback | A callback that does not do any transformation. |
less-than-.foolbox_pipe | This operator is used together with 'rewrites' to transform a... |
make_with_callback | Create a function for setting callbacks. |
merge_bottomup | Merge the results of several bottomup results. |
nop_topdown_callback | Top-down analysis callback. |
pipe | Pipe operator |
remove_formal | Remove a parameter from the formal parameters of a function. |
remove_formal_ | Remove a parameter from the formal parameters of a function. |
rewrite_callbacks | Default expression-transformation callbacks. |
rewrites | Object for setting up a transformation pipeline when defining... |
rewrite_with | Functions for applying a sequence of rewrites. |
sub-.foolbox_rewrite_spec | Provide list of rewrite transformations. |
warning_flags | Collection of warning flags used when traversing expressions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.