exfmt v0.2.0 Exfmt.Ast.ToAlgebra

Converting extended Elixir AST to printable Algebra.

Link to this section Summary

Link to this section Functions

Link to this macro is_block(name) (macro)
Link to this function map_body_to_algebra(pairs, ctx)
Link to this function sigil_to_algebra(char, list, ctx)
Link to this function to_algebra(ast, context)

Converts Elixir AST into algebra that can be pretty printed.

For more information on the Algebra used see the Exfmt.Algebra module.